Query

leighms

Registered User.
Local time
Tomorrow, 01:27
Joined
Sep 21, 2011
Messages
37
Hi
I am trying to create query to record calls & reason codes between certain times, by the month;
Ideally the report would appear as below;
Calls received between 5.00 and 6.00pm
Reason-------aug------sep-----oct---etc
abc-----------1---------4-------3----
def------------4---------6------4----
ghi------------5---------3-------3----

Thanks
 
Hi

Table looks like;
Reason for call--------Date-----time------etc

Basically just want to extract data for certain times to count the calls received in that time period and what they were for, by month

Regards
 
i have tried using a cross tab query and it has worked for me for other reports, but I can't seem to get a query that gives me totals within the time range needed, it just lists all the times
 
Suggest you post a copy of db with sample data so that we can look at it and discern your issues.

Alan
 
Hi

Thanks for your help, but I just tried something and it worked! I swear I was doing this yesterday and it wasn't but now it is doing what I want!

Thanks again for your help

Regards
 

Users who are viewing this thread

Back
Top Bottom