How do I sum colums in Access Query

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

Guest

I'm trying to sum each column but it doesn't do it by hitting the "sum"
button. However, in the headings of each of the columns, it puts SUM OF,
disrupting my existing column headings. Any suggestions?
 
The "Sum" button just defines the query as a group query.
In the total row you pick the option that you want. e.g. sum
in the field row you can name the output field, so that instead of getting
sumoffield1 you can put Total:field1 and field1 will be totalled with
column name Total

David Cox
 

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