M
Mark Andrews
Access2007
I have a form that has 10 checkboxes to allow the user to check various
types of analytical reports to be shown or not shown.
I then run a report that has 10 sub-reports and make the sub-reports visible
based on the values of the check boxes. I pass OpenArgs and use those in
code behind the report to make things visible or invisible.
All works well except the total time taken for the report to run. Since
it's running all the subreports (even if they are not visible).
Question:
What's a good way to make INVISIBLE subreports not run or run quickly?
Each subreport is based on it's own query and has different fields and data
etc....
The subreports are not linked on the main report (they all do independent
types of analysis)
Thanks,
Mark
I have a form that has 10 checkboxes to allow the user to check various
types of analytical reports to be shown or not shown.
I then run a report that has 10 sub-reports and make the sub-reports visible
based on the values of the check boxes. I pass OpenArgs and use those in
code behind the report to make things visible or invisible.
All works well except the total time taken for the report to run. Since
it's running all the subreports (even if they are not visible).
Question:
What's a good way to make INVISIBLE subreports not run or run quickly?
Each subreport is based on it's own query and has different fields and data
etc....
The subreports are not linked on the main report (they all do independent
types of analysis)
Thanks,
Mark