DaleMcIntosh
Programmer
I am reporting on a check transaction table with multiple bank accounts so I am grouping on the bank code.
Each record contains fields begin bal, check, deposit, end bal. The end bal is the begin bal + deposit - check so it is a running balance through the transactions. In the footer of the group I need to show the total deposits, checks and the ending balance. I can of course do running total fields for the deposits and checks but the ending balance is the same figure as the last record.
I need to show that end bal in the footer and then be able to sum the end bal of each group in the report footer to show the total ending balance of all accounts in the table.
I need to know how to put the end bal from the last record in the group into the footer of each group in a way that I can then sum them for the report footer.
Thanks All!
Each record contains fields begin bal, check, deposit, end bal. The end bal is the begin bal + deposit - check so it is a running balance through the transactions. In the footer of the group I need to show the total deposits, checks and the ending balance. I can of course do running total fields for the deposits and checks but the ending balance is the same figure as the last record.
I need to show that end bal in the footer and then be able to sum the end bal of each group in the report footer to show the total ending balance of all accounts in the table.
I need to know how to put the end bal from the last record in the group into the footer of each group in a way that I can then sum them for the report footer.
Thanks All!