G
Guest
Dear gurus, Need your help again,
I have a transaction table (T_Transactions) where I use it to record Bank
transactions (TrID, TrDate, CreditAmount and DebitAmount.
I want to create a report to print the balances of this Account. I have
added an unbound object ([CreditAmount] - [DebitAmount]) which works OK
(giving me the correct balance after each transaction) when I use a filter to
print a report of a specific date range (not starting from the first
transaction) this does not work. How can I do that? Shall I use a DSum or
what?
Thanks in advance
I have a transaction table (T_Transactions) where I use it to record Bank
transactions (TrID, TrDate, CreditAmount and DebitAmount.
I want to create a report to print the balances of this Account. I have
added an unbound object ([CreditAmount] - [DebitAmount]) which works OK
(giving me the correct balance after each transaction) when I use a filter to
print a report of a specific date range (not starting from the first
transaction) this does not work. How can I do that? Shall I use a DSum or
what?
Thanks in advance