enabling/disabling fields on a subform 1-many ...

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

I have a subform that contains child records that a user can add/delete.
Based on a particular selection on one of the fields (a combo box) , I want
to disable a field (control) on that particular row - ONLY for that row.
When I disable/enable a control on the detail row, all rows in t4eh subform
show that field as disabled or enabled (depedning on what I have set it)

Is there a way to only have the control on a particular detail row be
changed?

Thanks,

Brad
 
The best you can do is enable/disable the control in question each time a
different record in the subform is selected, probably in the Current event.

TomU
 
Back
Top