Getting Query Field Total Into Report

  • Thread starter Thread starter stillcrazee
  • Start date Start date
S

stillcrazee

Have a field (column) in a query, and I need to have the total of that
field be a "Grand Total" (report footer) in a report.
 
Hi stillcrazee

Put a textbox in your report footer

Set the controlsource to:

=sum([nameoffieldtosum])

That should do it

Debra
 

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