G Guest Dec 20, 2006 #1 I want a msgbox -- after form has been displayed to user. I can't figure out what event to use.
A Allen Browne Dec 20, 2006 #2 In the Open or Load event of the form, make it visible before you use the MsgBox: Me.Visible = True MsgBox "See that form?"
In the Open or Load event of the form, make it visible before you use the MsgBox: Me.Visible = True MsgBox "See that form?"