In my table, a field has 5 different possible values. I would like to know if a single Query can be coded to count each value occurrences in the table. I've tried to do so by creating "group by" count, creating five columns with field names Expr1: [Count1] through Expr5: [Count5]. Each field column has a Total field. I tried using total by group, by count and by expression. Each field has a starting criteria of "PoliticalPreference" =1 through "PoliticalPreference"=5. Each attempt failed with a too complex code statement. Also Access will ask for values to use for each column and then it wipes out all of the coded criteria and changes the total by count to expression if I input same. Am I reaching too far with Query? TIA Phil