B
Bill Sturdevant
I have a main form with multiple subforms.
At various times, I disable some of the subforms.
Even though a subform is disabled, its Form_Open and
Form_Current routines run anyway!
I am startled by this. Am I doing something wrong?
I know I can check a flag and if it is set, then exit the
Form_Open and Form_Current, but it seems like they should
not run since the whole subform is disabled on the main
form.
Can anyone explain this?
At various times, I disable some of the subforms.
Even though a subform is disabled, its Form_Open and
Form_Current routines run anyway!
I am startled by this. Am I doing something wrong?
I know I can check a flag and if it is set, then exit the
Form_Open and Form_Current, but it seems like they should
not run since the whole subform is disabled on the main
form.
Can anyone explain this?