Calculate total of two fields

eugz

Registered User.
Local time
Today, 09:00
Joined
Aug 31, 2004
Messages
128
Hi All.
I try to generate a report. This report includes two fields with currency format. I need to calculate total of both fields for each person. When I do like =Sum([Field1]) and =Sum([Field2]) I got correct result for each field but when I do like =Sum([Field1] + [Field2]) I have a problem. I'm calculating in footer LastName. How to get a correct result?
Thanks.
 
Thanks for replay. But unfortunately it doesn't calculate.
 

Users who are viewing this thread

Back
Top Bottom