Celeste025
Technical User
I am using Access 2000 in WinXP. I have a database created that tracks sales calls. Agents submit "sheets" that can have 4 different types of calls: purchasing; sales; operations; and jobber. The first 3 types can only have 1 call per sheet, but jobber can have up to 5 calls per sheet. There can be any combination of calls on each sheet. Each sheet is assigned a tracking number that applies to all of the calls on that sheet.
I currently have a detail report with subreports that links the tracking numbers of the different call types and puts all of the calls into one report. I am using a main query that has a Between statement for the date so I can run for specific ranges and Like statements for agent info and customer info so I can pull the report for specific criteria. The actual call info is in 4 different queries, one for each call type. The information for the call types is similar and it gets big and confusing if I put it all into one query.
What I need is a summary report that will give the total calls for the specific date range, the calls per agent, agency or to a customer. I should be able to see the total calls, and the calls per type. I'd like to see a report that looks something like this:
Calls for January - 200
Sales calls - 20
Purchasing Calls - 20
Operations calls - 20
Jobber calls - 140
Calls from XYZ Marketing - 50
Calls from Jim Smith, XYZ - 20
Calls from Joe Green, XYZ - 15
Calls from Jerry Brown, XYZ - 15
Calls from ABC Marketing - 50
etc...
Calls to Ajax Customer - 38
Calls to Acme Customer - 56
etc...
I have seen something done with a calculated field placed in a footer that will count the calls in the detail but Im unsure about where to begin with this. Id appreiciate any assistance.
Thanks
I currently have a detail report with subreports that links the tracking numbers of the different call types and puts all of the calls into one report. I am using a main query that has a Between statement for the date so I can run for specific ranges and Like statements for agent info and customer info so I can pull the report for specific criteria. The actual call info is in 4 different queries, one for each call type. The information for the call types is similar and it gets big and confusing if I put it all into one query.
What I need is a summary report that will give the total calls for the specific date range, the calls per agent, agency or to a customer. I should be able to see the total calls, and the calls per type. I'd like to see a report that looks something like this:
Calls for January - 200
Sales calls - 20
Purchasing Calls - 20
Operations calls - 20
Jobber calls - 140
Calls from XYZ Marketing - 50
Calls from Jim Smith, XYZ - 20
Calls from Joe Green, XYZ - 15
Calls from Jerry Brown, XYZ - 15
Calls from ABC Marketing - 50
etc...
Calls to Ajax Customer - 38
Calls to Acme Customer - 56
etc...
I have seen something done with a calculated field placed in a footer that will count the calls in the detail but Im unsure about where to begin with this. Id appreiciate any assistance.
Thanks