G
Guest
I have a macro that runs a report. Within that report are 6 subreports that
are created from two queries a piece. I need two versions of the parent
report. One "plain" and one with a condition blanketed over all subreports.
So, I've tried putting my condition in the "Where:" field on the macro
screen, for the parent report, thinking that if I have a where condition for
the parent report it will apply to the subreports. However, either I am
doing something wrong or its not being applied to the subreports. Does
anybody have any suggestions? Thanks!
If I wrote my condition in SQL it would be something like this:
WHERE UNIT = [FORM1]![ComboBox1]
are created from two queries a piece. I need two versions of the parent
report. One "plain" and one with a condition blanketed over all subreports.
So, I've tried putting my condition in the "Where:" field on the macro
screen, for the parent report, thinking that if I have a where condition for
the parent report it will apply to the subreports. However, either I am
doing something wrong or its not being applied to the subreports. Does
anybody have any suggestions? Thanks!
If I wrote my condition in SQL it would be something like this:
WHERE UNIT = [FORM1]![ComboBox1]