S
Steve
Does anyone know of a way to open a messagebox over a popup form opened in
acDialog mode?
Thanks for any ideas!
Steve
acDialog mode?
Thanks for any ideas!
Steve
Ken,
Thanks for replying!
You missed my question!
MsgBox "Whatever"
DoCmd.OpenForm "MyForm",,,,,acDialog
In the above code, the message box has to close before MyForm opens.
DoCmd.OpenForm "MyForm",,,,,acDialog
MsgBox "Whatever"