GoodLife22
Registered User.
- Local time
- Today, 10:27
- Joined
- Mar 4, 2010
- Messages
- 86
I have a field labeled [RecordDate] which saves date and time. I am setting up a query and I want to see all records for a set date range of
Between #7/1/2010# And #9/30/2010#
IF I use this criteria expression for the field [RecordDate]it will drop off all records from 9/30/2010 because they are truly 9/30/2010 8:55:45am ect.
I tried:
RecordDate2: Format([RecordDate],"mm/dd/yyyy") to drop the time stamp and added the criteria Between #7/1/2010# And #9/30/2010# to that field but no records are returned.
What can I do here?
Between #7/1/2010# And #9/30/2010#
IF I use this criteria expression for the field [RecordDate]it will drop off all records from 9/30/2010 because they are truly 9/30/2010 8:55:45am ect.
I tried:
RecordDate2: Format([RecordDate],"mm/dd/yyyy") to drop the time stamp and added the criteria Between #7/1/2010# And #9/30/2010# to that field but no records are returned.
What can I do here?