Query

S

sue

An easy way to do this is to create a combo box on a form.
In your query you would then type in the criteria section
of the query:
=[Forms]![FORMNAME]![ControlNameofYourComboBox]
Based on the selection the user picks on the form that is
what your query results will display.

Hope that this helps!

Sue
 
Top