parameter prompt box

K

Kevin

I have a report generated from a parameter query based
on "Employee" and "Eval#". Is there a way to make the
prompt box have a drop down list or combo box to select
the Employee from?
 
F

Fredg

Kevin,
No.
You'll need to make your own form and add the combo box to it.
Then, instead of something like:
[enter Client Name]
code the query criteria:
Forms!FormName!ComboName

Make sure the Combo Bound Column datatype is the same as the query column
datatype.
 

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