|
Subject:
|
Suspend Processing during Form Display
|
|
Posted By:
|
echovue
|
Post Date:
|
11/16/2004 1:18:24 PM
|
I am using VBA to open a second/child form from the parent form, and would like to be able to suspend processing in the parent form, until the child form is closed. Does anyone know if this is possible, and if so, how it can be done?
DoCmd.OpenForm "frm_Child" [Wait until Child closes] strVariable = strAnotherVariable
Thanks
Mike EchoVue.com
|
|
Reply By:
|
Ray Pinnegar
|
Reply Date:
|
11/17/2004 6:24:32 AM
|
Add the 'Dialogue' parameter to the open form statement for the subform.
Cheers Ray
|
|
Reply By:
|
echovue
|
Reply Date:
|
11/17/2004 10:09:34 AM
|
So many options - So little time!!
Thanks for helping narrow it down.
Mike
Mike EchoVue.com
|