Add totals to report column

  • Thread starter Thread starter rbkading
  • Start date Start date
R

rbkading

I would like total several columns on a report when it is
run. It has parameters set to run and I want each column
to total individually. How do I do this?
 
Rbkading,

If I understand you correctly, for each field you want the total for,
put an unbound textbox in the Report Footer section of the report, and
set its Control Source property to the equivalent of...
=Sum([NameOfYourField])
 

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