Summing up totals in a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to sum up total sales in my access report. The Help sections aren't
clear enough for me to understand. I need a step by step walk-through on
this.
 
sanae5,
The value of any "bound" control in a report can be summed in any Group
Footer or Report Footer with...
=Sum(YourFieldName)

In a GroupFooter, it sums the Group... in the ReportFooter it would sum
that field for the entire report.
 

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