View Full Version : Drop down list in query


dspinner
11-20-2003, 07:07 AM
In a database with a list of periodicals, i have a table for categories. I have a query the allows the user to type in what category they are searching for. Is there a way in that query to provide a drop down box when it is launched rather than the "fill in the blank"?

Mile-O
11-20-2003, 07:12 AM
You need to create a combo box on a form and then reference it in the query as criteria

i.e.

[Forms]![MyForm]![MyCombo]