The database I am working on has 3 Forms in which users input information. There are 3 tables which store that information (one table for each form). An autoexec macro runs each time the db is opened. This macro opens an Access Form that contains 3 command buttons (one for each form), and at this point the user clicks the button for the form they wish to open.
The question....
I want to create a 'Search' command button on the autoexec form which will allow the user to search fields of the 3 other forms. This search function should work just as the regular Edit, Find function does, only I want it to appear as a command button so that the user sees it upfront. (Most of my users wouldn't know how to go to Edit, Find to find something). However, I have absolutely no idea how to do this.
Appreciate any help....Thanks.
The question....
I want to create a 'Search' command button on the autoexec form which will allow the user to search fields of the 3 other forms. This search function should work just as the regular Edit, Find function does, only I want it to appear as a command button so that the user sees it upfront. (Most of my users wouldn't know how to go to Edit, Find to find something). However, I have absolutely no idea how to do this.
Appreciate any help....Thanks.