G
Guest
I have an option group on a form to (1) Select a category
or (2) all categories for a report. I've set the filter
variable (strFilter) and use
DoCmd.OpenReport stDocName, acPreview, strFilter
to open the report. How do I set the report to accept this
filter?
or (2) all categories for a report. I've set the filter
variable (strFilter) and use
DoCmd.OpenReport stDocName, acPreview, strFilter
to open the report. How do I set the report to accept this
filter?