Activate Subform on Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I deactivate a subform (within a form) until a checkbox is checked?
 
Me.SubFormControl.Enabled = False

Where SubFormControl is the name of the subform control on the form, not the
name of the sub form itself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top