C
Chris
I am trying to enable 3 text boxes when a check box is ticked. I can get
one text box to enable and disable when the tick box is clicked. I have
tried the method
IF chkbox .value = -1 Then
txtBox1.enabled = True And txtBox2.enabled = true
Else txtBox1.enabled = false And txtBox.enabled = False
End If
one text box to enable and disable when the tick box is clicked. I have
tried the method
IF chkbox .value = -1 Then
txtBox1.enabled = True And txtBox2.enabled = true
Else txtBox1.enabled = false And txtBox.enabled = False
End If