I have a check box that turns on and off the Visible format of a memo box. I want to be able to automatically uncheck the check box if no information is input in to the memo field. This is what I tried so far with no luck any suggestions would be greatly appreciated
(I have tried it with before and after update also)
Private Sub ElecInspReviewNotes_Exit(Cancel As Integer)
If IsNull(ElecInspReviewNotes) Then
ElecInspReview.Value = 0
End If
End Sub
(I have tried it with before and after update also)
Private Sub ElecInspReviewNotes_Exit(Cancel As Integer)
If IsNull(ElecInspReviewNotes) Then
ElecInspReview.Value = 0
End If
End Sub