Getting Compile error

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?
 
J

JMay

Never mind, I just transferred these code lines to my Forms.code module;
Before they were in a Standard module.
 
Top