In the code below the first part of the if statement executes just fine;however, when the field is blank it doesn't. Can someone tell me what's wrong.
If (RstInputAllCALApplicants.Fields("txtCALDate"
<= Form_frmInputAllCALApplicants.txtDeleteDate) Or (RstInputAllCALApplicants.Fields("txtCALDate"
= ""
Then
RstInputAllCALApplicants.Delete
End If
If (RstInputAllCALApplicants.Fields("txtCALDate"
RstInputAllCALApplicants.Delete
End If