Simple Sum Question

L

LKC

I am very new to using Access. I created a query with amounts that I want to
sum. What is a simple way to sum a column? As a new user the more detailed
step by step response the better.
Thanks
 
M

mscertified

Just use SUM( ) around the column you want to sum on. You might want to look
in Access Help under SUM - there is a wealth of information there.

-Dorian
 
Top