I have a database that has a full search form with 10+ fields. It displays a query results form based on the data entered into the text boxes.
It works pretty good (small issue I am exploring in another thread). My question is, I am also creating a form with a quick search for one of the fields. My question is, can I use the same query with 2 different forms.
Essentially my code in the query builder looks like:
Forms!frmMenu!txtQuickSearch Or Forms!frmFullSearch!txtAccountNumber
The problem is, if I use the quick search I get the dialog popup to enter the data for the full search. However, if I go to the full search it works fine.
Any ideas what is going wrong? Is this even possible?
Thanks!