Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I add a combo list of set values to my criteria parameter? 1

Status
Not open for further replies.

dolodolo

Technical User
May 27, 2003
86
US
I am trying to add a list of set values to be chosen from in the selection criteria of a query. It's probably stupid simple but I'm at a loss. Any help would be much appreciated.
Thanks,
Dolo
 
You create a form with a combo box for your parameter options, an Ok button and a cancel button. Instead of running the query, open the form, then use the combo box and Ok button to parametise and run the query.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top