Turn Enable for subform off.

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

Guest

I have a master form with three sub forms. Currently I have to set every
field on each subform Enable=false. I want to know if there is a way just to
make all fields on a subform, or the subform itself to Enable=False?

Thanks

Chris
 
DDBeards said:
I have a master form with three sub forms. Currently I have to set every
field on each subform Enable=false. I want to know if there is a way just to
make all fields on a subform, or the subform itself to Enable=False?


No, not really.

You can disable the subform control. It won't make the
subform controls look like they're disabled but the user
won't be able to click or tab into the subform.

Another option might be to make the subform control
invisible??
 

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