how do I total a column in access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a total column of the total of 2 columns I wish to Grand total the
total column at the end of a report. Sum doesnt seem to work in a footer. can
anyone give me the correct expression?
 
Sum is the correct syntax and it does work in a footer section. You must have
an = sign before it

=Sum([FieldName])
or
=Sum([Quantity] * [UnitPrice])
 

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