Mr Wonderful
MIS
I have the follow example continous form
Row Name Color Age
1 Bob Blue 18
2 Tom Green 20
3 Dave Orange 25
4 Cindy Blue 17
The goal is to lock the age field just on row 3 because the color = orange Private Sub txtColor_AfterUpdate()
Age should still be editable for all other rows
Row Name Color Age
1 Bob Blue 18
2 Tom Green 20
3 Dave Orange 25
4 Cindy Blue 17
The goal is to lock the age field just on row 3 because the color = orange Private Sub txtColor_AfterUpdate()
Age should still be editable for all other rows