Selecting Criteria in Queries

  • Thread starter Thread starter Stephen Brown
  • Start date Start date
S

Stephen Brown

I'm used to entering simple criteria when running a query
such as a date range and I want to be able to have users
select a name at the time they run the query, but I want
them to select the name from a "drop down list" of names
contained within an existing table. How can I do this?
 
Use controls on forms to provide the criteria for the query. You can't use a
drop down in a parameter query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top