I
iamnu
When I open a Form, I want to display a message AFTER the Form is
visible:
ans = MsgBox("Do you wish to delete the previous Scheduled
Flights", 4, "Scheduled Flights")
The message is currently being displayed BEFORE the Form is visible.
How do I show the Form first, and then the message?
visible:
ans = MsgBox("Do you wish to delete the previous Scheduled
Flights", 4, "Scheduled Flights")
The message is currently being displayed BEFORE the Form is visible.
How do I show the Form first, and then the message?