Disable Subform at its controls

  • Thread starter Thread starter Ralf
  • Start date Start date
R

Ralf

Hi,

I realised that it is possible to disable a subform (enable=false). Now I
cannot do any modifications in the subform. But what I would like to see in
addition is that the subform's controls are greyed out.

Is there an event of the subform that can catch the change of the
enable-property, so that I can enable/disable it's controls?

Thank you,
Ralf
 
On Mon, 16 Mar 2009 17:31:02 -0700, Ralf

No. But you can add code to loop over the Controls collection and
disable the appropriate ones.

-Tom.
Microsoft Access MVP
 
Thank you Tom. Yes, this is what I just did.


Tom van Stiphout said:
On Mon, 16 Mar 2009 17:31:02 -0700, Ralf

No. But you can add code to loop over the Controls collection and
disable the appropriate ones.

-Tom.
Microsoft Access MVP
 
Back
Top