It isn't clear what you are asking for. If you want to sort by an aggregated
(sum, count, ...) value from your report, then you must get that aggregated
value into the record source of your report. This is generally accomplished
by creating a totals query that aggregates your records and calculates the
appropriate value. Then add this totals query to your report's record source.

Signature
Duane Hookom
Microsoft Access MVP
> Hello all, I have an access report I am working where I need to sort
> different tiers/layers and they all need to be sorted in descending
[quoted text clipped - 37 lines]
>
> Thanks
Ricardomw73@gmail.com - 09 Apr 2008 20:11 GMT
Hello, Duane
Thank you for the reply, I went back and created 3 total queries(1 for
each tier\level) and then joined the 3 queries together to get the
information into the report and it is working like a charm now.
The spacing when trying to illustrate something is jacked up, "what
you see is not what you get"
Thanks again