I don't know what happened with this - I have tried compacting and repairing and it's not helping, at this point I don't know what to do!
This is my code for the on load event of a form
Private Sub Form_Load()
If ([Bank Modified Date]) <= Date - 10 Then
DoCmd.OpenForm "frmOlderThanFourteen", acFormDS
DoCmd.Close acForm, "frmActivators"
End If
End Sub
The form is a datasheet form with the following fields;
Paymode ID, Company Name, Date of Enrollment, Status, Date Modified, Number of Contacts, Issue, Paymode X Product, Assigned, Bank Mismatch, Comments, Bank Modified Date
The Bank Modified Date is a hidden column
This code was working this morning and is no more....can someone help PLEASE?!
I'm not getting any error it's just acting like there are no records in that date range (there are PLENTY)