Suspend Processing during Form Display
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
__________________
Mike
EchoVue.com
|