PaulSligar
Programmer
I've created a report in Access that has detail numbers and subtotals/sums of those detail numbers in the group footer. All looks fine, except... I want to sort (descending) the report based on the subtotals.
For instance, I have table with Name, Month, and OverTimeHours in it. I can show the detail of OverTimeHours by Name and Month, with subtotal of OverTimeHours by Name. I want to display/print this report sorted by the Name with the highest subtotal of OverTimeHours, followed by the next highest, etc.
I'v tried setting the Orderby property in the Report section to '=SUM([OverTimeHours])', but that doesn't seem to have any effect.
Any ideas?
For instance, I have table with Name, Month, and OverTimeHours in it. I can show the detail of OverTimeHours by Name and Month, with subtotal of OverTimeHours by Name. I want to display/print this report sorted by the Name with the highest subtotal of OverTimeHours, followed by the next highest, etc.
I'v tried setting the Orderby property in the Report section to '=SUM([OverTimeHours])', but that doesn't seem to have any effect.
Any ideas?