View Full Version : Need a report that displays totals for week and month


TrunksSenkawa
10-11-2002, 07:39 PM
I have a call log database that stores among other things, the date and the department the call was for. I need to create 2 reports that total the number of calls to each department for a set week and set month. I want to be able to add weeks and months as time goes by, of course. How would I go about doing this? Would Excel work better?

Pat Hartman
10-11-2002, 07:46 PM
If you mean that you want to specify a week or month each time you run a report, you can use a parameter in your query.

TrunksSenkawa
10-11-2002, 08:17 PM
What query? How do I get it to count the # of instances of a certain department name for a set date interval? Sorry, I'm a novice :).