Skip to content
Advertisement

Group By and Groups of Groups in MS Access

I am trying to write a query in MS Access using group by that results in the count of two groups and then the count of the remaining groups combined.

So if I have a field color and 18 items and I do a count of items group by color I would have the following results:

However, what I’m looking for is the following:

Not sure how to code the sql for this.

Please advise.

Thanks

Advertisement

Answer

Consider:

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement