F
FRKoron
I have a form used to identify selection criteria for a
report. When the <Report> button is pushed, the report
opens with the selected criteria. No problem. I would
like to be able to run the report multiple times when the
<Report> button is pushed. I would like the next version
of the report to open after the user closes the first
version of the report. The problem arises in the Form
Module. It accurately runs multiple times and accurately
changes the criteria each time, but it only opens the
report once. It runs through the remaining code while the
first version of the report is open. How do I get it to
wait? Thanks.
report. When the <Report> button is pushed, the report
opens with the selected criteria. No problem. I would
like to be able to run the report multiple times when the
<Report> button is pushed. I would like the next version
of the report to open after the user closes the first
version of the report. The problem arises in the Form
Module. It accurately runs multiple times and accurately
changes the criteria each time, but it only opens the
report once. It runs through the remaining code while the
first version of the report is open. How do I get it to
wait? Thanks.