Private Sub Notes_Exit(Cancel As Integer)
If Trim(Me![Status Codes]) = "PROMISE" Or Trim(Me![Payment_Due_Date]) = "<date" Then
MsgBox "Your Debtor has Broken thier promise and you did not follow up on it therefore please code to Broken Promise ASAP."
Me![Status Codes].SetFocus
End If
End Sub
If Trim(Me![Status Codes]) = "PROMISE" Or Trim(Me![Payment_Due_Date]) = "<date" Then
MsgBox "Your Debtor has Broken thier promise and you did not follow up on it therefore please code to Broken Promise ASAP."
Me![Status Codes].SetFocus
End If
End Sub