This is what is written in the row source.....SELECT [Cat/Class] AS Expr1, Sum([Cat/ClassCount]) AS [SumOfCat/ClassCount] FROM qryCategoryRankingCount GROUP BY [Cat/Class];
It is alphabetizeing/ordering them by the label associated with the value, I actually want the value in decending order.
Please let me know if you have any ideas.