How do I subtract field values in a report format?

T

Tiffany

I am trying to perform a subtract the total received from the opening balance
to get an ending balance that will change as the numbers change.
 
F

Fons Ponsioen

Tiffany. What you can do is create a textbox in which you place the received
and set the properties to a running sum. Then create a second textbox where
you subtract the running sum from the opening balance. You can set the
running sum textbox as invisible if you wish.
Hope this helps.
Fons
 
Top