Hi there.
I want to create a report that shows the following:
PRODUCTION: WEEKLY/MONTHLY/QUARTERLY
__________________________________________________________
|THIS WEEK | THIS MONTH |THIS QUARTER| Q1|Q2|Q3|Q4
CSR1 | 33 | 22 | 135 | 135 88 98 58
CSR2 | 22 | 15 | 110 | 110
ETC....
I also want to include information on # of cases Received/Closed per quarter.
RECEIPTS/CLOSED: WEEKLY/MONTHLY/QUARTERLY
__________________________________________________________
|THIS WEEK | THIS MONTH |THIS QUARTER| Q1|Q2|Q3|Q4
Received| 33 | 22 | 135 | 135 88 98 58
Closed | 22 | 15 | 110 | 110
In order to get the summarized numbers of cases closed per CSR, I did a separate query off the main menu to get the count for each of the numbers above. I then pulled all of the queries into one query to base the report on.
The problem is that Access will only hold (I think) 25 queries and I'd need about 40 in order to show all the data I want to show in this report.
Can you tell me the best way in which to get the numbers I want? Would you recommend I use a "text Box" and in the "control source" use the Expression Builder?
Any suggestions would be welcome.
Thank you.
I want to create a report that shows the following:
PRODUCTION: WEEKLY/MONTHLY/QUARTERLY
__________________________________________________________
|THIS WEEK | THIS MONTH |THIS QUARTER| Q1|Q2|Q3|Q4
CSR1 | 33 | 22 | 135 | 135 88 98 58
CSR2 | 22 | 15 | 110 | 110
ETC....
I also want to include information on # of cases Received/Closed per quarter.
RECEIPTS/CLOSED: WEEKLY/MONTHLY/QUARTERLY
__________________________________________________________
|THIS WEEK | THIS MONTH |THIS QUARTER| Q1|Q2|Q3|Q4
Received| 33 | 22 | 135 | 135 88 98 58
Closed | 22 | 15 | 110 | 110
In order to get the summarized numbers of cases closed per CSR, I did a separate query off the main menu to get the count for each of the numbers above. I then pulled all of the queries into one query to base the report on.
The problem is that Access will only hold (I think) 25 queries and I'd need about 40 in order to show all the data I want to show in this report.
Can you tell me the best way in which to get the numbers I want? Would you recommend I use a "text Box" and in the "control source" use the Expression Builder?
Any suggestions would be welcome.
Thank you.