S
Shael
I've tried several code iterations behind the On Click event of a command
button but am not getting any success. Then I wondered if the code was even
being executed. So now I have a command button on a form, and in the On Click
event of that button I have the following code:
Private Sub cmdShowBatterStats_Click()
MsgBox "Hello"
End Sub
When I open the form and click on the button, no message box is displayed.
Can someone tell me what I'm missing. Why is the code in the On Click event
not being invoked?
button but am not getting any success. Then I wondered if the code was even
being executed. So now I have a command button on a form, and in the On Click
event of that button I have the following code:
Private Sub cmdShowBatterStats_Click()
MsgBox "Hello"
End Sub
When I open the form and click on the button, no message box is displayed.
Can someone tell me what I'm missing. Why is the code in the On Click event
not being invoked?