G
Guest
I'm trying to enable a checkbox in a subform.
I use this code, but it enables the checkbox i all the rows, and not just
the row with focus.
fre.Enabled = True
I have also tryed Me!fre.Enabled = True but it work like the obove statement
How can I enable only the checkbox i the row with focus.
I use this code, but it enables the checkbox i all the rows, and not just
the row with focus.
fre.Enabled = True
I have also tryed Me!fre.Enabled = True but it work like the obove statement
How can I enable only the checkbox i the row with focus.