C
Christine
I have several reports that are all running off a global
variable in a search form. Each report runs fine
independently. I want the reports to run one after the
other and print (no preview). I tried writing code on the
first report that runs the rest but each report needs
about 3 minutes and I get an error that it can't print a
report that is still running. I received advice to put
each report on the "on close" of the previous report so
that they run one at a time and take as much time as they
need to finish before the next report starts. If I preview
the reports, this works great, but....problem- since the
report is going straight to the printer it doesn't
actually "open" and therefore it never gets to the "on
close" code. Other ideas?? Thanks!
variable in a search form. Each report runs fine
independently. I want the reports to run one after the
other and print (no preview). I tried writing code on the
first report that runs the rest but each report needs
about 3 minutes and I get an error that it can't print a
report that is still running. I received advice to put
each report on the "on close" of the previous report so
that they run one at a time and take as much time as they
need to finish before the next report starts. If I preview
the reports, this works great, but....problem- since the
report is going straight to the printer it doesn't
actually "open" and therefore it never gets to the "on
close" code. Other ideas?? Thanks!