In Access 2010, I have a form with VBA. Within that VBA I have a modal form. However, when that form is referenced:
DoCmd.OpenForm ("frmEmailModal")
The form loads and the code it is referenced from continues, without waiting for the form to close. I have checked that the modal property = yes...