Hi,
I have a tickbox called 'cinc' that when ticked enables a textbox called 'datecin'. But when I move across to anothe record the enabled status is lost and the text box becomes grayed out again. How do I keep the box enabled/disabled per record?
My code is:
Private Sub cinc_Click()
datecinc.Enabled = cinc.Value
End Sub
Thanks!
I have a tickbox called 'cinc' that when ticked enables a textbox called 'datecin'. But when I move across to anothe record the enabled status is lost and the text box becomes grayed out again. How do I keep the box enabled/disabled per record?
My code is:
Private Sub cinc_Click()
datecinc.Enabled = cinc.Value
End Sub
Thanks!