Hi Folks,
I am looking for a query design that will only return records since the last check.
I have tried to accomplish this by operating off the Time Stamp each record gets "mm/dd/yyyy hh:nn:ss AM/PM"
On the Form I have the user key a time: 6:00 PM
In the Query Criteria for the Time Stamp Field I specify: >[Forms]![Form1]![Since]
But the query continues to return all records.
Please help troubleshoot!
Thanks~!