Order by sum value in group footer section

  • Thread starter Thread starter Leslie Isaacs
  • Start date Start date
L

Leslie Isaacs

Hello All

I have a report with a currency field [fee] in the detail section and a
field in a group footer section with a value set to =Sum([fee]). Is it
possible for this report to display the 'groups' in order of the value of
Sum([fee]? I have tried all sorts to get this to happen, but have failed!

Hope someone can help.
Many thanks
Les
 
You can only sort/group by expressions from single records in your report's
record source. You might be able to create a totals query similar to your
report's record source that groups and then sums by Fee. Add this totals
query to your report's record source so that you can use it.
 
Hello Duane

Many thanks for your help.
Your idea worked out a treat!

Thanks again
Les

Duane Hookom said:
You can only sort/group by expressions from single records in your report's
record source. You might be able to create a totals query similar to your
report's record source that groups and then sums by Fee. Add this totals
query to your report's record source so that you can use it.

--
Duane Hookom
MS Access MVP

Leslie Isaacs said:
Hello All

I have a report with a currency field [fee] in the detail section and a
field in a group footer section with a value set to =Sum([fee]). Is it
possible for this report to display the 'groups' in order of the value of
Sum([fee]? I have tried all sorts to get this to happen, but have failed!

Hope someone can help.
Many thanks
Les
 

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