Drop Down List for Report Query

K

Kris Hargrove

Does anyone know how to create a Drop Down List or Combo
Box for a Report Query? ex:

I have a list of Counties, I would like to create a report
with one of the counties, but I have to type in the full
name instead of just clicking on one on a drop down list.
I use the drop down in the form section. Thank You!!!
 
D

Duane Hookom

Add a combo box to a form and then set the criteria in your query to
something like:
Forms!frmMyForm!cboMyCombo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top