platypus71
Technical User
I think my answer is to use multiple queries or a report, but figured I'd ask the experts before giving up on the single-query idea.
I have a table that has 11 fields in it.
Field1 is used for grouping.
Fields 2-11 are called "Level 1", "Level 2", "Level 3", etc.
What I am trying to do is count how many unique entries are in each level grouped by Field1. So far the only way I've found to do this is with 10 seperate queries, each query looking at Field1 and one of the Level fields and just grouping them. Then, creating another query that counts the results of Field1, grouped by Field1.
Is there a way to do this in a single query, or is it just not possible?
I have a table that has 11 fields in it.
Field1 is used for grouping.
Fields 2-11 are called "Level 1", "Level 2", "Level 3", etc.
What I am trying to do is count how many unique entries are in each level grouped by Field1. So far the only way I've found to do this is with 10 seperate queries, each query looking at Field1 and one of the Level fields and just grouping them. Then, creating another query that counts the results of Field1, grouped by Field1.
Is there a way to do this in a single query, or is it just not possible?