inncoggnitto
Programmer
db is paradox (yea, i know) and using cr10 -
i have a column that contains codes 1, 2, 6A, 6X, etc. in the details section which is within two groups, but a team and individual.
no problem getting a total count of the items in the section but i also want to count of each of the occurances of each code.
say i have six 1, three 2, four 6A, and two 6X for a total of fifteen occurances.
i want the results to look like
Code 1 - 6
Code 2 - 3
Code 6A - 4
Code 6X - 2
Total Count - 15 (this one is easy)
do i have to create an individual running total for each of the different codes or is there some handy function that will do it for me?
tks, mike
i have a column that contains codes 1, 2, 6A, 6X, etc. in the details section which is within two groups, but a team and individual.
no problem getting a total count of the items in the section but i also want to count of each of the occurances of each code.
say i have six 1, three 2, four 6A, and two 6X for a total of fifteen occurances.
i want the results to look like
Code 1 - 6
Code 2 - 3
Code 6A - 4
Code 6X - 2
Total Count - 15 (this one is easy)
do i have to create an individual running total for each of the different codes or is there some handy function that will do it for me?
tks, mike