soupisgood84
Technical User
I am trying to have a check_box enable one or more of my Txt_boxes. I have place the below code in the before_update event. Could anyone help me out and let me know what I did wrong with this. Thanks
Code:
If Nz(Me.Check28, True) = True Then
Me.txtStartDate = Enabled
Me.txtEndDate = Enabled
End If