W
Which1
When I click on a command button to show a report I have a break point on the
command_click. Upon clicking the command button it opens a report.
DoCmd.OpenReport stDocName, acPreview
As I step through the code I noticed that as I come to the end sub I expect
the code to stop. But It starts back at the report_activate event and loops
through the code again then opens the form.
Thanks in advance for you help
command_click. Upon clicking the command button it opens a report.
DoCmd.OpenReport stDocName, acPreview
As I step through the code I noticed that as I come to the end sub I expect
the code to stop. But It starts back at the report_activate event and loops
through the code again then opens the form.
Thanks in advance for you help