In my app. I pop open a form that request user input:
DoCmd.OpenForm "Frm_ResponseDate", , , , , acDialog
The problem I'm encountering is figuring out a way for the user to stop the app. if they wish to. Currently if the user closes the form the code continues to run. Is there a way to stop the code if the user closes this form?
Thanks!
DoCmd.OpenForm "Frm_ResponseDate", , , , , acDialog
The problem I'm encountering is figuring out a way for the user to stop the app. if they wish to. Currently if the user closes the form the code continues to run. Is there a way to stop the code if the user closes this form?
Thanks!