M
myxmaster
I have the following expression:
=DSum("Amount", "YourTable", "TransactionType = ""Credit""") -
DSum("Amount", "YourTable", "TransactionType = ""Debit""")
However if there is NO Debit transaction the expression does not work.
What do I have to do to have it reflect all credits and IF there is a
Debit to adjust accordingly
TIA
=DSum("Amount", "YourTable", "TransactionType = ""Credit""") -
DSum("Amount", "YourTable", "TransactionType = ""Debit""")
However if there is NO Debit transaction the expression does not work.
What do I have to do to have it reflect all credits and IF there is a
Debit to adjust accordingly
TIA