Add to Sum Calculations

cstuckey56

Registered User.
Local time
Today, 13:23
Joined
Feb 21, 2008
Messages
13
Please help,

I'm trying two add a field in a report that totals two Summed fields in which I already calculated. I thought this would be simple: :banghead: Any clues would be helpful.

Ex. =Sum([Field1])
=Sum([Field2])
Total: =Sum([Field1]) + =Sum([Field2])

Thanks
Chris
 
If it's the control source of a textbox:

=Sum([Field1]) + Sum([Field2])
 
Perfect!

I was try to sum them using the Fields in the control box.

Thanks
 

Users who are viewing this thread

Back
Top Bottom