View Full Version : Insert Criteria Query


aldeb
09-13-2005, 09:16 AM
I have a select query on a form. When I select the query to run I would like for it to require a certain location to be selected as part of the query. I really would like for it to select a dropdown box so the person could select the location from a dropdown box. I have the dropdown box on my form and it is called "LOCATIONS". The dropdown box is tied to a table called
"2-LocationsTbl". Can anyone help me with this.

Summary:

When the query is selected from the form I want to be able to select a location from a dropdown box as part of the query criteria.

Thanks for all help.