miss_sunshine
Registered User.
- Local time
- Today, 14:58
- Joined
- Dec 13, 2004
- Messages
- 17
I have a search form which uses a query to retrieve results. The search criterea is chosen by the user, from 2 combo boxes. A "search" button runs the query.
In the criterea section of the query I have for each field to be searched:
[Forms]![FormName]![ComboName]
(obviously I put the correct form name and combo box name in the criteria)
However, when the search button is clicked, 2 popup boxes appear saying "Enter Parameter Value"
I want the query to run automatically, based on what the user has entered. What am I missing?
In the criterea section of the query I have for each field to be searched:
[Forms]![FormName]![ComboName]
(obviously I put the correct form name and combo box name in the criteria)
However, when the search button is clicked, 2 popup boxes appear saying "Enter Parameter Value"
I want the query to run automatically, based on what the user has entered. What am I missing?