Can you set up a Parameter query that has a drop down list for th.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are trying to set up a parameter query. The parameter is kind of long
therefore I would like to use a drop down list. What would be the best way
to do this.
 
Create a "PreQuery" Form that has a ComboBox so that the user can select the
required (parameter) value and a CommandButton to run the Query. In the
Query, use the reference to the ComboBox as the Parameter.

When the Query is run, it will use the value selected in the ComboBox as the
Parameter value.
 

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