Modal form not working

mackyrm

Registered User.
Local time
Today, 01:54
Joined
Oct 5, 2006
Messages
57
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.

At the moment, I don't have code in the form, just variables accessing the text boxes for passing to global variables.

Any advice appreciated.
 

Users who are viewing this thread

Back
Top Bottom