Please help!

T

TBird

I have a report that is grouped by 3 different companies and lists their
incomes. I'm trying to get Running Sum to give me a total at the end
of each group, but it's not working. I can only get Running sum to
give me a total at the end of the report.
 
G

Gary Miller

That is not what the Running Sum is designed to do. It is
designed to give you a progressive sum on each line item.

What I think that you want is to use a control that uses the
normal Sum() function. You can put this control in the
GroupFooter to get the total for the group or in the
ReportFooter for the total for the report....

=Sum([YourFieldToSum])

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 
T

TBird

I got it..... The problem was I was putting the calculated text box i
the page footer. When I put it in the group footer, it worked great
 

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