C
Cmenkedi
Using Access 2007
I have a continuous form that I filter based on a multi-select list box from
another form. I want to be able to view a report based on the SQL that I am
using to load that form. I have tried using the method of opening the report
in design view, saving it, closing it, and then opening it back up using VBA.
This gets me where I want to be except it runs very slow. My SQL is using 13
different queries along with 2 calculations to show what I need on the
screen. The report is a mirror of what is on the screen.
Is there another way I can pass my recordsource SQL from the form to the
report?
I have a continuous form that I filter based on a multi-select list box from
another form. I want to be able to view a report based on the SQL that I am
using to load that form. I have tried using the method of opening the report
in design view, saving it, closing it, and then opening it back up using VBA.
This gets me where I want to be except it runs very slow. My SQL is using 13
different queries along with 2 calculations to show what I need on the
screen. The report is a mirror of what is on the screen.
Is there another way I can pass my recordsource SQL from the form to the
report?