Query Criteria Dropdown

ombadboy

Registered User.
Local time
Today, 12:20
Joined
Feb 9, 2007
Messages
30
Is there a way to make the selection of a query criteria a dropdown list?
 
No, but you could use a pop up form with a combo box full of criteria values to apply to the query. The criteria in the query would be something like:

forms!frmPopUp!cboCriteria

Dave
 

Users who are viewing this thread

Back
Top Bottom