Pop up message

nate_03

Registered User.
Local time
Yesterday, 23:07
Joined
Jun 2, 2003
Messages
22
I am trying to create a Msg Box that pops up when the user clicks on a text field. I just want to prompt the user let them hit ok and then carry on their entry,

I know I have to add:

Private Sub OnClick()
MsgBox "Good morning, ", vbOKOnly
End Sub

or something like that but I can't get it to work.

Please Help
 
Try adding the Code to the Text Fields "GotFocus" event or "Click" event.
 
Got Focus Worked!

Thanks for you help, this forum rocks:cool:
 

Users who are viewing this thread

Back
Top Bottom