Querying based on combo selection

Dusp

New member
Local time
Today, 11:57
Joined
Jan 27, 2006
Messages
7
Right, I think this is a quick and easy one....just not for me!

I have a combo box with a list of names. I want to use whichever name a user selects as criteria for a query.

What do I need to type in the query criteria box or as SQL?
 
If the form is called MyForm and the combo called MyCombo, the entry in the criteria box is
Forms!MyForm!MyCombo
 
Thanks, that works fine :-)
 

Users who are viewing this thread

Back
Top Bottom