M
MKuria
I am running the code below And getting Runtime error 2465 MS cannot dind the
IM_Notes refered to in the expression.but it is on the list of propeties ????
Private Sub Form_BeforeUpdate(Cancel As Integer)
If IsNull(Me![IM_Notes]) Then
If (Me![Initial Move Scheduled Pickup Date] _
<= Me![Service Start Date]) _
And (Me![Initial Move Scheduled Pickup Date] _
Cancel = True
MsgBox "Date is not within Service Dates - Explain ", vbCritical
Me.[IM_Notes].SetFocus
End If
End If
IM_Notes refered to in the expression.but it is on the list of propeties ????
Private Sub Form_BeforeUpdate(Cancel As Integer)
If IsNull(Me![IM_Notes]) Then
If (Me![Initial Move Scheduled Pickup Date] _
<= Me![Service Start Date]) _
And (Me![Initial Move Scheduled Pickup Date] _
Then= Me![Service Completion Date]) _
Cancel = True
MsgBox "Date is not within Service Dates - Explain ", vbCritical
Me.[IM_Notes].SetFocus
End If
End If