Hello,
I am a relative novice in Access, but have successfully built several functioning databases.
On my current project, I have a search form with multiple search criteria that displays the results in a subform. After inputting the desired criteria into several text boxes, the user clicks a command button which builds a VB filter. The user can then double click on a resulting record, which opens a detail form of that record. All of the above works great.
Here is the question: what approach should I use to code a command button on the search form that will bring up the detail form with all of the results of the filter? In other words, if there are 10 search results, I want the command button to open the detail form and be able to use the record selectors to navigate only those 10 results.
Thanks in advance for any help.
Brando
I am a relative novice in Access, but have successfully built several functioning databases.
On my current project, I have a search form with multiple search criteria that displays the results in a subform. After inputting the desired criteria into several text boxes, the user clicks a command button which builds a VB filter. The user can then double click on a resulting record, which opens a detail form of that record. All of the above works great.
Here is the question: what approach should I use to code a command button on the search form that will bring up the detail form with all of the results of the filter? In other words, if there are 10 search results, I want the command button to open the detail form and be able to use the record selectors to navigate only those 10 results.
Thanks in advance for any help.
Brando
Last edited: