K
kabbit
Hi
I have a database which logs calls. The fields include
the date the call was logged and the team that the call
was assigned to.
I have a query which returns records logged between
certain dates for a certain team.
I have the criteria for the logged date as follows:
"Between [Enter Start Date ##/##/##] And [Enter End Date
##/##/##]".
The criteria for the Team is either "1", "2" or "3".
Until recently this appeared to work fine. No changes
have been made but it does not work correctly any longer.
It is picking up the correct team and the start date is
being picked up okay but it is now not picking up the
records for the end date i.e if the End Date is 09/01/04
it will show records upto and including 08/01/04 - but
not for 09/01/04.
I have searched the previous postings and tried the
following suggestions -
(>= [Enter beginning date]) AND (< [Enter ending date] +
1)
The same as above but without the <
WHERE (((WhatEverTable.field_to_check) Between
[StartDate] And [EndDate]));
None of these work - i have checked very carefully that i
am typing them in correctly but i keep getting error
message that the calculation is too complicated.
Any help would be greatly appreciated.
Thanks
I have a database which logs calls. The fields include
the date the call was logged and the team that the call
was assigned to.
I have a query which returns records logged between
certain dates for a certain team.
I have the criteria for the logged date as follows:
"Between [Enter Start Date ##/##/##] And [Enter End Date
##/##/##]".
The criteria for the Team is either "1", "2" or "3".
Until recently this appeared to work fine. No changes
have been made but it does not work correctly any longer.
It is picking up the correct team and the start date is
being picked up okay but it is now not picking up the
records for the end date i.e if the End Date is 09/01/04
it will show records upto and including 08/01/04 - but
not for 09/01/04.
I have searched the previous postings and tried the
following suggestions -
(>= [Enter beginning date]) AND (< [Enter ending date] +
1)
The same as above but without the <
WHERE (((WhatEverTable.field_to_check) Between
[StartDate] And [EndDate]));
None of these work - i have checked very carefully that i
am typing them in correctly but i keep getting error
message that the calculation is too complicated.
Any help would be greatly appreciated.
Thanks