I need a new parameter in my query. When I open the query i need the parameter to be asked in a combo box or drop down box or any way to select the value from the groupo other than typing.
Looks like you're going to have to use a form to present the Combo or
ListBox. Then the query can reference the form's control. The form
can open the query.