Thanks Isskint, but let me explain some more: I have a combobox with just 1 column and 11 rows of values in the list. When I select a row/value, it is stored ln a field in a table. This table is used with another to create a query. This query is used to create a report.
Now, I need the report to count all the like values in the field/column where the combo stores them, to get a total count for each value. But because a combobox only stores values in one field, I cannot use the count value by itself, because if I did I would just get the total of all the records in that column. That is not what I want. I want the report to be able to count only the like values in the column and get a total for each set.