Well it seemed simple at first.
I have States and each state has multiple regions.
My database has a list of people, each in a state and a region.
I have to group by the states, and then the regions in the states. Then have a count of those people. So it will look like this:
IL
01 16
02 3
04 32
WY
02 13
04 12
Getting reports to group people into these catagories is easy. Getting reports to NOT print their names and just count is driving me crazy! What are the magic words?
Later,
ErikZ
I have States and each state has multiple regions.
My database has a list of people, each in a state and a region.
I have to group by the states, and then the regions in the states. Then have a count of those people. So it will look like this:
IL
01 16
02 3
04 32
WY
02 13
04 12
Getting reports to group people into these catagories is easy. Getting reports to NOT print their names and just count is driving me crazy! What are the magic words?
Later,
ErikZ