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

Go to topic 22251

Return to index page 713
Return to index page 712
Return to index page 711
Return to index page 710
Return to index page 709
Return to index page 708
Return to index page 707
Return to index page 706
Return to index page 705
Return to index page 704