I have a table which contains a field called 'Choice', this field is linked to another table containing 1-20 possible options. When the dropdown field is picked, it puts a value between 1=20 into the 'Choice' field, works fine.
What I want to do is be able to count howmany of each of the choices there are in my data table. How do I count all these choices from within one query?
At the moment I have a count query for each one, surely there must be a way to make this simpler.
What I want to do is be able to count howmany of each of the choices there are in my data table. How do I count all these choices from within one query?
At the moment I have a count query for each one, surely there must be a way to make this simpler.