I have 3 columns, stock code, description, price.
i want to filter the database, with the following showing the criteria
stock code = "test" where test is an example
and also where price is greater than 90.
so out of a list of 900 records, might only show 2 rows of data.
Jay