Sort by largest sub-total

  • Thread starter Thread starter Steve via AccessMonster.com
  • Start date Start date
S

Steve via AccessMonster.com

I need to know how to take a report that is grouped by account number showing
cost detail - it shows the account number, all detail including spending,
then at the end of the group shows the sub-total -then the spending by the
next no. and a sub-total for that acct number and so on.

How can I order the report by the account number with the largest spending
sub-total ?
 
Create a totals query that groups by account number and totals spending. Add
this query to your report's record source and join the account number
fields. Add the SumOfSpending field to your report so you can sort on it.
 
Duane: Thanks !

Duane said:
Create a totals query that groups by account number and totals spending. Add
this query to your report's record source and join the account number
fields. Add the SumOfSpending field to your report so you can sort on it.
I need to know how to take a report that is grouped by account number
showing
[quoted text clipped - 4 lines]
How can I order the report by the account number with the largest spending
sub-total ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top