Total in a report

R

Rick

I need to show a total for a single column on a report. I
can't figure out how to get the total from the column. I
just want the sum of a column so that I can display the
results on a report. Please help. I know it must be easy,
but I can't figure it out.
 
R

Rick Brandt

Rick said:
I need to show a total for a single column on a report. I
can't figure out how to get the total from the column. I
just want the sum of a column so that I can display the
results on a report. Please help. I know it must be easy,
but I can't figure it out.

Just use a control with a ControlSource of =Sum(FieldName) in a Group or Report
Header/Footer. It will not work in a Page Header/Footer.
 

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