J
Joe
I have a program that automatically opens a report after generating the
information.
The report is opened for preview and works fine at this point. However the
program is not done yet. I want to give the user the ability to look at the
report and decide if s/he wants to print it, but then how do I get back to my
program after the report is closed?
In my code I do the "docmd.openreport("..."),acpreview" thing and then on
the next line I want to open another form from where the user can either
print the report, run another calculation, or exit the program.
At present the form opens over the report blocking it from view.
Is there a way to pause the program until after the user closes the report
preview?
Thanks,
Joe
information.
The report is opened for preview and works fine at this point. However the
program is not done yet. I want to give the user the ability to look at the
report and decide if s/he wants to print it, but then how do I get back to my
program after the report is closed?
In my code I do the "docmd.openreport("..."),acpreview" thing and then on
the next line I want to open another form from where the user can either
print the report, run another calculation, or exit the program.
At present the form opens over the report blocking it from view.
Is there a way to pause the program until after the user closes the report
preview?
Thanks,
Joe