i am having trouble with this code. even thought the payment due date has not arrived it still promts users to change.
Private Sub Notes_Click()
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 your status codes to Broken Promise ASAP."
Me![Status Codes].SetFocus
End If
End Sub
Private Sub Notes_Click()
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 your status codes to Broken Promise ASAP."
Me![Status Codes].SetFocus
End If
End Sub