integritycare
Technical User
Hi again,
Have a requirement to have a running balance which incorporates both deposits and debits.
I have used this code for the deposits, but not sure how to incorporate the debits
Many thanks
Integrity
Have a requirement to have a running balance which incorporates both deposits and debits.
I have used this code for the deposits, but not sure how to incorporate the debits
Code:
Balance: (SELECT Sum(tblBankRegister.TDeposit) AS Balance
Many thanks
Integrity