G
Guest
I'm trying to create a report that is generated from a query. When I open
the report, I'd like the opportunity to refine the search based on a list of
sales people. I was trying to use the following in the query:
=Forms![formname]![controlsource]
where "formname" is the name of the form that will display the drop down box
with the list of sales people and "controlsource" is the name of the combo
box within the form. Everytime I try to do this and run the query, I end up
with an "enter parameter value" dialogue box. So, basically, the query
doesn't know what I'm talking about when trying to define the form. What am
I doing wrong?? Can anyone help???
the report, I'd like the opportunity to refine the search based on a list of
sales people. I was trying to use the following in the query:
=Forms![formname]![controlsource]
where "formname" is the name of the form that will display the drop down box
with the list of sales people and "controlsource" is the name of the combo
box within the form. Everytime I try to do this and run the query, I end up
with an "enter parameter value" dialogue box. So, basically, the query
doesn't know what I'm talking about when trying to define the form. What am
I doing wrong?? Can anyone help???