running sum that subtracts instead of adds

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
 
E

Evi

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
 
Top