D
Dani2009
How can I show a previous balance on a report? I need to print quarterly
statements for customers that show the previous balance as a beginning
balance for the new quarter and the new transactions.
My table fields are as follows:
TransactionID
TransactionDate
TransactionAmount
TransactionDistrictID
I did the aggregate sum over the group, but I can't reference the ending
balance of the last quarter.
statements for customers that show the previous balance as a beginning
balance for the new quarter and the new transactions.
My table fields are as follows:
TransactionID
TransactionDate
TransactionAmount
TransactionDistrictID
I did the aggregate sum over the group, but I can't reference the ending
balance of the last quarter.