R
roblost
I do not understand I am new to 07 and a wondering if they have changed the
way things work?
I am trying to get a simple message box to come up after pressing a button
on a form.
I have used the onclick action to set a procedure as follows
Private Sub Command4_Click()
MsgBox ("test")
End Sub
Why does nothing happen?
way things work?
I am trying to get a simple message box to come up after pressing a button
on a form.
I have used the onclick action to set a procedure as follows
Private Sub Command4_Click()
MsgBox ("test")
End Sub
Why does nothing happen?