Well, thanks again for the reply Pat. Hmm. I'm not sure what this would allow me to do. ?
My report sorts and groups Divisions > Category > AgeGroup > Score. There are hundreds of entries, maybe 15 Divisions, 25 Categories, and 30 AgeGroups - all with a Score. My report groups/sorts all of these to unique Div/Cat/Age and then sorts by Score and I currently show "Place" by doing a running sum of the group within the report. This only consecutively numbers the group by score (rank) and does not show if the scores are tied (1,2,3,4,5, etc...) Problem is, I need to see tie scores and it needs to display consecutively (not skip from 1,2,2, to 4 - I need 1,2,2,3,4,4,5).
I don't care what "rank" the registration is by score - I care what the scores are by rank (what is the 1st highest score, or how many tied for the 1st highest score, then what is the 2nd highest score, or how many tied for the 2nd highest score, etc...).
Perhaps trying to calculate and display this within the report is not the correct approach. But, then I assume it would have to be solved within some kind of query setup, and I don't understand how to get a query to display and group/sort that information with the proper scoring rank. ?? Dunno... Er...
