I have an Access table with a column called LogonUser. There are about 8 distinct values in this column, and each value is repeated multiple times. I would like some sort of SQL query that will return the 8 distinct values and how many times those values are repeated. So, for example
Value1 8
Value2 15
Value3 70
...etc...