running sum that subtracts instead of adds

  • Thread starter Thread starter J LITTLE
  • Start date Start date
J

J LITTLE

I have an amounts field which I would like to keep a running total only I
want it to subtract instead of add
 
If this is in a report then put a text box into the section where you want
the answer to appear. In it type
=-[YourNumberField]
In Properties on the Data tab set Running Sum to OverAll
Evi
 
Back
Top