I use the searchform created by Dev Ashish. The form works like this, it takes all the tables and all the queries and present them in a listbox. From that list box you can then choose witch table to search in.
I would like to change the code so that it dosent present all tables and all queries...
I want to create a filter function. The function should meet the following criterias.
- Able to filter on multiple table values
- Present filterresults in a listbox(in a form).
- Each record in the list should be able to click on and then open its specific record also that in a form.
Im not...