J
Jason Gyetko
I have a Sub routine that gets run when a button is clicked, it opens a
report, then does some other things. Right now it opens that report then as
soon as the report is open, it runs the rest of the routine. Is there a way
for it to open the report, then wait until the report is closed before it
runs the rest of the routine? I know I can put the rest of the code in the
OnClose of the report, but I need to keep the code all within the form
because I also open that report from other places where I don't want to run
the routine when the report closes. Thanks.
report, then does some other things. Right now it opens that report then as
soon as the report is open, it runs the rest of the routine. Is there a way
for it to open the report, then wait until the report is closed before it
runs the rest of the routine? I know I can put the rest of the code in the
OnClose of the report, but I need to keep the code all within the form
because I also open that report from other places where I don't want to run
the routine when the report closes. Thanks.