How to make sum report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to sum more than one field in thr report but it always shows error
my formula =Sum([Amount Claimed]) and it's a number field so what can I do
step by step if possible..thx
 
Bassel said:
I'm trying to sum more than one field in thr report but it always shows
error
my formula =Sum([Amount Claimed]) and it's a number field so what can I do
step by step if possible..thx

Make sure you put that control in the report footer or a group footer. It
can't go in the detail section.

Tom Lake
 
Back
Top