Thank you for reading.
On a report I have created text boxes to show sums for Deposits, withdrawals, and balances. When the balance is a negative balance, it shows as a positive number.
I'm using:
=Sum([depositamount])
=Sum([Withdrawalamount])
=Sum([Depositamount]-[Withdrawalamount])
The results are correct, but it will not show if it is negative?
I appreciate any help you can give me.
On a report I have created text boxes to show sums for Deposits, withdrawals, and balances. When the balance is a negative balance, it shows as a positive number.
I'm using:
=Sum([depositamount])
=Sum([Withdrawalamount])
=Sum([Depositamount]-[Withdrawalamount])
The results are correct, but it will not show if it is negative?
I appreciate any help you can give me.