J
JMay
Invalid use of the me keyword - when I step thru:
If IsNull(Me.NextToContact.Value) Then
MsgBox "You Must Fill in the required date in the NextContactDate Box"
Exit Sub
End if
But Why?
If IsNull(Me.NextToContact.Value) Then
MsgBox "You Must Fill in the required date in the NextContactDate Box"
Exit Sub
End if
But Why?