G
Guest
Good Day,
I have a query that contains a column CR_DRAmount -- this contains positive
& negative entries from my table.
How do I create a running total/balance for this field/column.
The column uses an expression:
CR_DRAmount: IIf([Wire]=True,[CR_DRAmt]*-1,[CR_DRAmt])
Thanks,
Brook
I have a query that contains a column CR_DRAmount -- this contains positive
& negative entries from my table.
How do I create a running total/balance for this field/column.
The column uses an expression:
CR_DRAmount: IIf([Wire]=True,[CR_DRAmt]*-1,[CR_DRAmt])
Thanks,
Brook