Hello all.
I am pulling my hair out trying to figure out how I can add a combo box that can be used to filter a report.
I know in the query that is tied to the report I can use Like [Mgr Name]&"*" and if you know the Mgr Name exactly it works great.
However, there are hundreds of Managers and I would love to have the user select from a drop down list. I already created a form and as long as I have that form open, it works....but that is not ideal.
I want the user to select the report on the Switchboard manager, put in the date ranges, which works great, and select the Manager Name from a drop down list.
Why is there a toolbox toolbar with a comb box option in Reports if it doesn't do anything?
Anyway, an easy way to get a combo box to work in a report without complicated VB code? Thanks for your help.
I am pulling my hair out trying to figure out how I can add a combo box that can be used to filter a report.
I know in the query that is tied to the report I can use Like [Mgr Name]&"*" and if you know the Mgr Name exactly it works great.
However, there are hundreds of Managers and I would love to have the user select from a drop down list. I already created a form and as long as I have that form open, it works....but that is not ideal.
I want the user to select the report on the Switchboard manager, put in the date ranges, which works great, and select the Manager Name from a drop down list.
Why is there a toolbox toolbar with a comb box option in Reports if it doesn't do anything?
Anyway, an easy way to get a combo box to work in a report without complicated VB code? Thanks for your help.