K
kap
I'm just starting to learn about visual basic so I wrote
this simple subroutine which is attached to a button on a
form and activated on Click:
Sub QuickMessage()
DoCmd.RunMacro "NJ_TestMessage"
End Sub
The macro simply displays an information message box. The
problem is that I have to click the "OK" button three
times in the message box to close the message box. Can
anyone explain why?
this simple subroutine which is attached to a button on a
form and activated on Click:
Sub QuickMessage()
DoCmd.RunMacro "NJ_TestMessage"
End Sub
The macro simply displays an information message box. The
problem is that I have to click the "OK" button three
times in the message box to close the message box. Can
anyone explain why?