Summing up totals in a report

S

sanae5

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.
 
A

Al Camp

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.
 
Top