msgbox after form is displayed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want a msgbox -- after form has been displayed to user.

I can't figure out what event to use.
 
In the Open or Load event of the form, make it visible before you use the
MsgBox:

Me.Visible = True
MsgBox "See that form?"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top