How can I deactivate a subform (within a form) until a checkbox is checked?
D dogpigfish Jul 24, 2006 #1 How can I deactivate a subform (within a form) until a checkbox is checked?
K Klatuu Jul 24, 2006 #2 Me.SubFormControl.Enabled = False Where SubFormControl is the name of the subform control on the form, not the name of the sub form itself.
Me.SubFormControl.Enabled = False Where SubFormControl is the name of the subform control on the form, not the name of the sub form itself.