Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sum the recod, not records!!! 1

Status
Not open for further replies.

dkrocks

Technical User
Jan 20, 2006
1
US
I've got an expression on a record that sums certain fields in the records, this is all good, just what I wanted. But now it totals up the fields of all the records not each one individually. Now, which variable to I change to apply the sum expression to the individual records and not all of the records?
 


Create a new field in the query.
The Field line should look like this
Field4: [Field1]+[Field2]+[Field3]+[Field4]

"Sum" should not be used at all for what you want to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top