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.
 
Back
Top