I have a ms-access database, now I need to build a search form on table "Samples" .
Now, the difficulties are I need 4 search criteria, SampleNo, SampleDate,SampleClient,SampleBatchNo.
The search criterias can work together or not.
I have a listbox to show the search results, and I want to be able to select more than one records in the results set and open a new form with the limitation of the selected records only.
Thanks