M
myxmaster
I am still having problems with the following expression. When a debit
transaction is entered it subtracts double the amount entered.
=DSum("Amount","YourTable","TransactionType =
'Credit'")-Nz(DSum("Amount","YourTable","TransactionType =
'Cleared'"),0)-Nz(DSum("Amount","YourTable","TransactionType =
'Debit'"),0)
TIA
transaction is entered it subtracts double the amount entered.
=DSum("Amount","YourTable","TransactionType =
'Credit'")-Nz(DSum("Amount","YourTable","TransactionType =
'Cleared'"),0)-Nz(DSum("Amount","YourTable","TransactionType =
'Debit'"),0)
TIA