Total Expenses By Group!

K

Kaspro

Hi all, i'm creating a report to show the expenses grouped by Expenses Type,
what i need is to show the total expenses of each Type, iam using 2 tables,
expenses which holds the expenses details and expenses types which defins the
type or category of each expenses!!
Thank you all!
 
M

Marshall Barton

Kaspro said:
Hi all, i'm creating a report to show the expenses grouped by Expenses Type,
what i need is to show the total expenses of each Type, iam using 2 tables,
expenses which holds the expenses details and expenses types which defins the
type or category of each expenses!!


If you are grouping by the type, then use a text box in the
group footer (or header) with an expression like:
=Sum(amount)
 
K

Kaspro via AccessMonster.com

I tried that, but when i use Sum(Total) it gives me the total of the whole
table not by group!
 
M

Marshall Barton

Kaspro said:
I tried that, but when i use Sum(Total) it gives me the total of the whole
table not by group!


Then you need to put the text box in your **group** footer,
not the report footer. If you don't have a group footer,
create a group on your Type field in the Sorting and
Grouping window (View menu).
 

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

Top