Hi, apologies for over using this great forum the last few days....
I want to disable or lock fields on a form should a checkbox be true. I am just trying this out on the next field after the checkbox so far and have -
If Not IsNull (Me.Check136) Then
Me.Passed_to.Enabled = False
Else
Me.Passed_to.Enabled = True
End If
I have used Locked as well as Enabled but the complier hates them both
Thanks
(Last thread for a while I hope!)
I want to disable or lock fields on a form should a checkbox be true. I am just trying this out on the next field after the checkbox so far and have -
If Not IsNull (Me.Check136) Then
Me.Passed_to.Enabled = False
Else
Me.Passed_to.Enabled = True
End If
I have used Locked as well as Enabled but the complier hates them both
Thanks
(Last thread for a while I hope!)