Dates in parameter query

D

Dave

I cannot find how to include all dates in Between And
criteria. I know it has to do with Date/Time feature but
how do you get around the time part on entering dates.
 
F

Fredg

Dave,
If you do not need the time portion in the date field, don't enter
it when you enter data into the field, i.e. use Date() as default
instead of Now(), and you wouldn't have this problem.

Using:
Between [Enter Start Date] and [Enter End Date]
To find records between 9/1/2003 and 9/27/2003:

1) If the field has a time value, then you need to add one day to the End
Date:
enter
9/1/2003 and 9/28/2003.

Or..
2) Enter a time value with the end date, such as
9/27/2003 23:59:59
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top