Generating a sum for a query field

S

SCW

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?
 
M

MGFoster

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)
 
Top