Getting columns to total in Access

  • Thread starter Thread starter s_pdavis
  • Start date Start date
S

s_pdavis

Can anyone tell me how I can get Access to total columns
in a report, like Excel does? I am really at lost on this
one. Any suggestion, I will be glad to try.

Thanks,
Lost in Dallas
 
In either a group footer or the report footer add a textbox with something
like this as the control source:

=sum([Field1])

This assumes that the field above it in the Detail section is called Field1
also.
 

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