I need a little help; I think I'm close.
I'm trying to run rpt_MainClientCategory based on Category selection from a list box. I have the report based on qry_ClientMain_Category and in the criteria of Category "=[Forms]![frm_CategoryList]![lstCategory]" I have frm_CategoryList created with a list box lstCategory to multi-select a category.
The error I receive is when I click to run the report, I get
Enter Parameter Value
[Forms]![frm_CategoryList]![lstCategory]
instead of the list box showing up.
Also - to preview the report. Do I have to have that on the frm_CategoryList as a command button or can I add the run report to the switchboard manager?
Thanks.
I'm trying to run rpt_MainClientCategory based on Category selection from a list box. I have the report based on qry_ClientMain_Category and in the criteria of Category "=[Forms]![frm_CategoryList]![lstCategory]" I have frm_CategoryList created with a list box lstCategory to multi-select a category.
The error I receive is when I click to run the report, I get
Enter Parameter Value
[Forms]![frm_CategoryList]![lstCategory]
instead of the list box showing up.
Also - to preview the report. Do I have to have that on the frm_CategoryList as a command button or can I add the run report to the switchboard manager?
Thanks.