Is it possible in access to select the total count of records for a
given group of records and show those all those counts in one report?
For example, I have a table of records that contain different customers
with different service requests. I would like to build a report that
shows the quantity of service requests for each customer and then maybe
later, by type of service request for each customer. Fields are
CustomerName, ServiceRequestD ate, Type. I can use the query builder and
know a little SQL and I can make a report for each customer with the
count in it, but all I'm really interested in is the count for each
customer, hopefully on 1 report? Thanks for any help....
given group of records and show those all those counts in one report?
For example, I have a table of records that contain different customers
with different service requests. I would like to build a report that
shows the quantity of service requests for each customer and then maybe
later, by type of service request for each customer. Fields are
CustomerName, ServiceRequestD ate, Type. I can use the query builder and
know a little SQL and I can make a report for each customer with the
count in it, but all I'm really interested in is the count for each
customer, hopefully on 1 report? Thanks for any help....
Comment