I have a query which has a field with a date (date type field). In the criteria I have put this statement:
<=[Forms]![fForm1]![EndDate]
EndDate is a calendar function.
The problem is: For example if I pick the end date to be August 31st, 2005. It displays everything find except it does not display one record which it should.
This record has the following date: 8/31/2005 8:28:22 AM
anyone have any idea why it does not display this date eventhough it matches the query criteria?
Thanks any help would be awsome
<=[Forms]![fForm1]![EndDate]
EndDate is a calendar function.
The problem is: For example if I pick the end date to be August 31st, 2005. It displays everything find except it does not display one record which it should.
This record has the following date: 8/31/2005 8:28:22 AM
anyone have any idea why it does not display this date eventhough it matches the query criteria?
Thanks any help would be awsome