M mark kubicki May 30, 2006 #1 what is the code to determine if a form is open (vs. if it is visible...?) thanks in advance, mark
D Douglas J Steele May 30, 2006 #2 If (SysCmd(acSysCmdGetObjectState, acForm, "MyForm") And acObjStateOpen) = acObjStateOpen Then