A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Group on results of calculated value



 
 
Thread Tools Display Modes
  #1  
Old May 21st, 2004, 09:16 PM
Terry
external usenet poster
 
Posts: n/a
Default Group on results of calculated value

My recordsource returns currency amounts per client per project. In the
report I show the amounts per project then show the sum of the amounts per
client in the client group footer.

How would I group these summed amounts in descending order in the report?

regards

Terry


  #2  
Old May 21st, 2004, 10:04 PM
Fons Ponsioen
external usenet poster
 
Posts: n/a
Default Group on results of calculated value

Create a second summing query with the projectID and sum
on amount to ProjectTotal, and a third for the ClientID
and sum on amount to Client Total.
Now merge the three queries by clientID and ProjectID and
include the ClientTotal and ProjectTotal.
Now you can do whatever sorting and grouping you wish.
Hope this helps
Fons
-----Original Message-----
My recordsource returns currency amounts per client per

project. In the
report I show the amounts per project then show the sum

of the amounts per
client in the client group footer.

How would I group these summed amounts in descending

order in the report?

regards

Terry


.

  #3  
Old May 22nd, 2004, 10:34 PM
Terry
external usenet poster
 
Posts: n/a
Default Group on results of calculated value

Thanks Fons,
All done OK.
Regards

"Fons Ponsioen" wrote in message
...
Create a second summing query with the projectID and sum
on amount to ProjectTotal, and a third for the ClientID
and sum on amount to Client Total.
Now merge the three queries by clientID and ProjectID and
include the ClientTotal and ProjectTotal.
Now you can do whatever sorting and grouping you wish.
Hope this helps
Fons
-----Original Message-----
My recordsource returns currency amounts per client per

project. In the
report I show the amounts per project then show the sum

of the amounts per
client in the client group footer.

How would I group these summed amounts in descending

order in the report?

regards

Terry


.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:48 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.