sum 1 column

T

Thank's alot

i need sum all cell in this column
225
321
654
952
674
265
365
145
-----
3601

what is the Function ??
&
Where can i boot it ??
 
H

hmadyson

I am not sure what you mean by function and where can you boot it. If you are
asking how to write a query in Access to sum a column, you would use the sql
query:

Select Sum(myField) from MyTable

Please let me know if I can provide more assistance.
 
Top