I have a form with a button, launching (OnClick event) a Sub which contains
- DoCmd.OpenForm
- MsgBox
Is there a way to wait after the DoCmd.OpenForm till the form is closed again ?
Thx
- DoCmd.OpenForm
- MsgBox
Is there a way to wait after the DoCmd.OpenForm till the form is closed again ?
Thx
Comment