Combo boxes only reside on forms. If you are using a parameter query,
consider kicking your application up a notch and remove all parameter
prompts.
Add a combo box to a form that allows the user to set the criteria. If the
"queried" records feed a form or report, I would suggest using the combo box
value in the Where clause of the DoCmd.OpenForm/Report.