I have a Main Report with several subreports.
If I have main report called "MAIN" and sub reports called ...
sub1
sub2
sub3
I am not tying the subreport to the main report in any way. The main report is a container for the subreports.
So, when I open the Main report from code, how do I set filters for each subreport? Normally, it would be something like this ...
So, how can I programmatically set the filter for each subreport?
David Pimental
(US, Oh)
If I have main report called "MAIN" and sub reports called ...
sub1
sub2
sub3
I am not tying the subreport to the main report in any way. The main report is a container for the subreports.
So, when I open the Main report from code, how do I set filters for each subreport? Normally, it would be something like this ...
Code:
DoCmd.OpenReport strReport, acViewPreview, , strFltr
So, how can I programmatically set the filter for each subreport?
David Pimental
(US, Oh)