sum 1 column

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

Guest

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 ??
 
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.
 
Back
Top