I have a form on which an event is coded for a control on the form.
One thing I do in this event is open another Form on which the user can view some data etc.
What I would like to do is, once the user has completed their use of the form opened from the code, is to pass control back to the line of code following the open of the new form so I can check some flags to potentially invoke an action or not.
Usually in code when I open a form I close the currently active form after opening the new one ~ So, I have no experience how to handle leaving the active form open, calling another form and then resuming code after the called form is closed.
Can someone help with a technique to accomplish this ?(maybe this belongs in the VBA code portion of the site)
Thanks !
Paul
One thing I do in this event is open another Form on which the user can view some data etc.
What I would like to do is, once the user has completed their use of the form opened from the code, is to pass control back to the line of code following the open of the new form so I can check some flags to potentially invoke an action or not.
Usually in code when I open a form I close the currently active form after opening the new one ~ So, I have no experience how to handle leaving the active form open, calling another form and then resuming code after the called form is closed.
Can someone help with a technique to accomplish this ?(maybe this belongs in the VBA code portion of the site)
Thanks !
Paul