I have four divisions. I also have a combo box with six choices. What I need is a report that groups by division, and returns a count of each selection from the combo box.
Like this:
Division1
FirstChoice 3
SecondChoice 4
ThirdChoice 5
etc.
What I'm getting is this:
Division1
FirstChoice 3
Division1
SecondChoice 4
Division1
ThirdChoice 5
etc.
I'm sure this is an easy one, but I'm lost. Can anyone tell me how to fix this report?
Like this:
Division1
FirstChoice 3
SecondChoice 4
ThirdChoice 5
etc.
What I'm getting is this:
Division1
FirstChoice 3
Division1
SecondChoice 4
Division1
ThirdChoice 5
etc.
I'm sure this is an easy one, but I'm lost. Can anyone tell me how to fix this report?