I have this code:
If Me.XIII3 = True Then
Me.XIII3Notes = ""
End If
where XIII3 is a checkbox and i want it when it is checked to get an empty string at XIII3Notes, but it doesn't work...
any suggestions?
(I call the code on Current event)
If Me.XIII3 = True Then
Me.XIII3Notes = ""
End If
where XIII3 is a checkbox and i want it when it is checked to get an empty string at XIII3Notes, but it doesn't work...
any suggestions?
(I call the code on Current event)