How do I use a list for a parameter in a query rather than typing.

J

John Vinson

I want to use a selection list to start a query, on a form?

If the "selection list" is a Combo Box, use a criterion such as

=[Forms]![NameOfYourForm]![NameOfTheCombo]


John W. Vinson[MVP]
 
Top