This is probably a very easy question. I have one database that contains several columns of data. In this instance I'm only concerned with two: Customers and Status.
Now, typically there are only about 10 customers - but there are 75-100 records (meaning that some customers have several records). Status is either pending, shipped, or received. What I would like to do is count the number of each staus for each customer so that I could have a final readout like this:
Customer A
pending - 10 shipped - 17 received - 5
Customer B
pending - 11 shipped - 4 received - 7
etc.
I'm using Access 2000 - and working with several things in the long haul. Essentially I want the count of each pending/shipped/received, the total amount of sales for each of those three categories, the average sales account for each of those three categories, etc for each customer. Currently I have designed 3 different queries, one for each category that pulls the numbers and I thought to have the report reference those three queries - but I thought I would check first to see if there is an easier way.
Now, typically there are only about 10 customers - but there are 75-100 records (meaning that some customers have several records). Status is either pending, shipped, or received. What I would like to do is count the number of each staus for each customer so that I could have a final readout like this:
Customer A
pending - 10 shipped - 17 received - 5
Customer B
pending - 11 shipped - 4 received - 7
etc.
I'm using Access 2000 - and working with several things in the long haul. Essentially I want the count of each pending/shipped/received, the total amount of sales for each of those three categories, the average sales account for each of those three categories, etc for each customer. Currently I have designed 3 different queries, one for each category that pulls the numbers and I thought to have the report reference those three queries - but I thought I would check first to see if there is an easier way.