I have a basic question:
I have a button in a form, right click on it --> property --> event -->on click, then on the VBA window, I had:
Private Sub Command7_Click()
MsgBox ("test")
End Sub
then I saved everything and went back to the form, click on the button, nothing happened. Did I miss anything?
thanks in advance.
I have a button in a form, right click on it --> property --> event -->on click, then on the VBA window, I had:
Private Sub Command7_Click()
MsgBox ("test")
End Sub
then I saved everything and went back to the form, click on the button, nothing happened. Did I miss anything?
thanks in advance.