L
LB79
I have a form that i want to show messages when the user clicks CONTINUE
but im not sure how i can get the CONTINUE button to show the different
messages. An example of what i have is below. When CONTINUE is clicked
a second time LBLMSG1 should show a different message.
Can anyone help?
Private Sub Continue_Click()
lblMsg1 = "Message 1"
End Sub
but im not sure how i can get the CONTINUE button to show the different
messages. An example of what i have is below. When CONTINUE is clicked
a second time LBLMSG1 should show a different message.
Can anyone help?
Private Sub Continue_Click()
lblMsg1 = "Message 1"
End Sub