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??
 
Back
Top