Disable selected rows

C

Carlee

Hello,

I have a MainForm with a SubForm. WHen i click a button on the MainForm I
want the rows that have been flagged in the SubForm to become disabled.

How can i accomplish this?
TIA
 
S

Steve Schapel

Carlee,

Is this subform a continuous view? You can't programmatically change
the Enabled property of controls, just for some records and not others,
if that's what you mean. Anyway, what does "flagged" mean? Can you
give a bit more detail about what you are trying to achieve? Maybe with
examples? Thanks.
 
Top