clevelandjwb
Programmer
I have prepared a report which contains project data divided by sub account. Each project has between 3 and 10 subaccounts. The summary would contain the ending balance for each subaccount.
The balance is available on each detail record and these are used to print the totals within the report.
I think what I need is something like an array which I could fill with the totals as the report is being processed, then in the project footer I would need some way to print out lines from that table and reset the table to the empty state.
I do not know enough about the program to have any idea how to do this or whether it is even possible.
I am using Crystal 8.5
Thanks for any help
John
The balance is available on each detail record and these are used to print the totals within the report.
I think what I need is something like an array which I could fill with the totals as the report is being processed, then in the project footer I would need some way to print out lines from that table and reset the table to the empty state.
I do not know enough about the program to have any idea how to do this or whether it is even possible.
I am using Crystal 8.5
Thanks for any help
John