Problems with enabling/disabling form fields...

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

Brad Pears

I have a form that is based on a table.

On this form, on each detail line (row) I have included some fields which
happen to be Yes/No fields and as such I have them set as checkboxes.
Depending on the value of these checkboxes (on or off) I want to enable or
disable another field on that same row.

Problem is, as soon as I check/uncheck the field, not just the field in that
row is being disabled/enabled - that field on every row is enabled/disabled.

How can I prevent this from happening so that only the field on the current
row shows as enabled/disabled?

Thanks,

Brad
 
Back
Top