Generating a sum for a query field

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

Guest

I'm trying to just generate a sum of a field in a query. I don't want to
display the different values that make up the sum. Is there a way to do this
in Access?
 
SCW said:
I'm trying to just generate a sum of a field in a query. I don't want to
display the different values that make up the sum. Is there a way to do this
in Access?

Ah.... Sum(column_name)
 
Back
Top