J
Jimmy
I have a query and one fields is a calculated date field.
Now in the criteria I would like the user to input the
date range. In the past I have used
Between [Start Date:] And [End Date:]
This gives me the incorrect number of records.
The only way I have found to get this to work properly is
by hard coding the date in the using
Between #11/1/2003# And #11/28/2003#
Why would the two result in different number of records
when the same dates are used? I would like to turn this
database over to the users in the future and I don't want
them to have to go in and change the dates in the query.
Thanks
Now in the criteria I would like the user to input the
date range. In the past I have used
Between [Start Date:] And [End Date:]
This gives me the incorrect number of records.
The only way I have found to get this to work properly is
by hard coding the date in the using
Between #11/1/2003# And #11/28/2003#
Why would the two result in different number of records
when the same dates are used? I would like to turn this
database over to the users in the future and I don't want
them to have to go in and change the dates in the query.
Thanks