I have started a code which Closes a text box when a check box has been checked. I would like another 2 checkboxes to close also (DaysSinceOrder and Days_Overdue) but cannot complete the code
It starts...
Private Sub Check72_Click()
If Me.Check72.Value = True Then
Me.Final_date_of_payment.Visible = False
Else
Me.Final_date_of_payment.Visible = True
Thanks
It starts...
Private Sub Check72_Click()
If Me.Check72.Value = True Then
Me.Final_date_of_payment.Visible = False
Else
Me.Final_date_of_payment.Visible = True
Thanks