Hi everyone,
I have a set of data in Access that looks similar to the Excel file I've attached.
I am hoping someone can help me use an Access Query (or maybe VBA is the way to go?)
I need to create a count of the following:
1) # of Primary Keys per Company
2) # of Unique Packages per Company
3) # of Statuses that say Case/Closed/Escalated per Company (Each would be their own output)
4) THIS IS THE HARD ONE: On a Company level (per company), how many Statuses said Case/Closed/Escalated per Package. This is different than the one above it, as it would count two identical package #s as one under the same company when counting. As the one above, each would have their own output (Case/Closed/Escalated)
I was hoping to get this sort of output in a table where the left-most column just included each Company ID and then going to the right.
Any help as to how this could be done in queries would be helpful, I keep seeing that people are using Crosstab Queries for similar stuff but wasn't able to get a grasp on it myself.
I have a set of data in Access that looks similar to the Excel file I've attached.
I am hoping someone can help me use an Access Query (or maybe VBA is the way to go?)
I need to create a count of the following:
1) # of Primary Keys per Company
2) # of Unique Packages per Company
3) # of Statuses that say Case/Closed/Escalated per Company (Each would be their own output)
4) THIS IS THE HARD ONE: On a Company level (per company), how many Statuses said Case/Closed/Escalated per Package. This is different than the one above it, as it would count two identical package #s as one under the same company when counting. As the one above, each would have their own output (Case/Closed/Escalated)
I was hoping to get this sort of output in a table where the left-most column just included each Company ID and then going to the right.
Any help as to how this could be done in queries would be helpful, I keep seeing that people are using Crosstab Queries for similar stuff but wasn't able to get a grasp on it myself.