Query to SUM all values in one field

-id-

New member
Local time
Today, 20:45
Joined
Apr 11, 2002
Messages
5
Hi,
I need to add up all the values that are inputted into one field. I have used the SUM functionin SQL, but obviously that only adds the values in one record. Does anyone have any idea of how to do this?

Ta

Ste :)
 
The thing is, its only one field. I need to create a total of all the values in that one field. thanks anyway,

Still need help :(

Ste
 
Create a Totals/Group query, put in your field, select 'Sum' from the group by line and this should give you a total for all records in the table. You can set criteria to filter so you get sums for only specific groups of records.
 

Users who are viewing this thread

Back
Top Bottom