Summing two fields in a query

Jarad

Registered User.
Local time
Today, 07:51
Joined
Jul 3, 2007
Messages
19
I have 2 fields, Accounts, Accounts CMO. I need those two fields to show in the same table in a new field called Total Accounts. I am summing them, but getting irregular results, some are right, and some are 4 times more than they should be? How would you go about doing this, maybe I am missing something.
 
A new field in the query: [Total Accounts]:=[Accounts]+[Accounts CMO]
Embedded spaces in names drives Access nuts.
 

Users who are viewing this thread

Back
Top Bottom