sums

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

Guest

i am having a problem with my adding of amounts. I am trying to add the cost
of items together. The equation that i am curently using is =([TotalCost]).
tha problem is that it will only take the last item in this , if there are
multiple items it will not pick them all up. when I try =sum([TotalCost]) it
gives me a zero value. What am i doing wrong?
 
I can't tell what you are doing wrong, but

=Sum([TotalCost])

If the field name "TotalCost" is the name of the field in the table, and not
a name of a field in the report, it should add up the amounts
 
Back
Top