jakester
Oct 8, 2011, 06:09 PM
Ok - I'm very rusty when it comes to creating reports in Access so I'm needing some help.
My problem is that I am trying to create a report from a bunch of data records that I export from Excel each day. The structure of the data is fairly straightforward and I really only need 2 columns worth of data to feed into my report. Here are the columns:
Create Date ContactResult
Now, this data can have 10-20 of the same ContactResult for the same day. So a ContactResult called "Transferred for Immediate Session" can occur 10-20 times on October 8. The data would have 10-20 lines for each occurrence.
On my Report, I'd like to have all of the ContactResults totaled for each day and have each day be it's own separate page. In addition, I'd like to show the counts of each ContactResult in a column on the report and the proportion that the total for each ContactResult represents
Basically, I'm trying to mimic what a pivot table does where it rolls up similar items and groups them together and then counts them. A further step is grouping them by the date that they occur on.
My problem is that I am trying to create a report from a bunch of data records that I export from Excel each day. The structure of the data is fairly straightforward and I really only need 2 columns worth of data to feed into my report. Here are the columns:
Create Date ContactResult
Now, this data can have 10-20 of the same ContactResult for the same day. So a ContactResult called "Transferred for Immediate Session" can occur 10-20 times on October 8. The data would have 10-20 lines for each occurrence.
On my Report, I'd like to have all of the ContactResults totaled for each day and have each day be it's own separate page. In addition, I'd like to show the counts of each ContactResult in a column on the report and the proportion that the total for each ContactResult represents
Basically, I'm trying to mimic what a pivot table does where it rolls up similar items and groups them together and then counts them. A further step is grouping them by the date that they occur on.