G
Guest
I'm trying to create a query that can total week-to-date, month-to-date, and
year-to-date stats. I think a separate query for each would be easist?
Also, prompting for each query would be preferred.
An example of each record would be:
Business Date 11/01/07
Calls Received 10
Calls Answered 8
Business Date 11/02/07
Calls Received 20
Calls Answered 17
When I use the Between () And () function, it doesn't sum the Calls Received
and Calls Answered together (MTD), but sums them for each day.
Thanks in advance!
year-to-date stats. I think a separate query for each would be easist?
Also, prompting for each query would be preferred.
An example of each record would be:
Business Date 11/01/07
Calls Received 10
Calls Answered 8
Business Date 11/02/07
Calls Received 20
Calls Answered 17
When I use the Between () And () function, it doesn't sum the Calls Received
and Calls Answered together (MTD), but sums them for each day.
Thanks in advance!