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

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
 
G

Guest

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
 

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

Top