sjpistolesi
Programmer
ACCESS 2000 Report ---- Think I'm getting old ... just cannot wrap my brain around this one.
Slightly different challenge. Reporting monthly transactions with previous month's totals as a starting point and summing each month's transactions is working OK .... but there are months without transactions. So ....
If an Active Group is greater than 2 in my incremental sequencing, I wish to pass its Group Total Sum to the Next [active month's] Group as that Next [active month's] Group's starting Balance in the Group Header.
I do have a [non-visible] counter in the Group Header which I use to determine which incremented Group is active (Adding a starting total in the report's Header to the first Group iterations' columns.) But, I am confused as to how to then take Group 1's Total and passing it to the next Group.
I tried placing the old SUM total into a report variable and then apply it to the next Group's starting balance. But I'm getting errors, e.g., "mismatch type" or trying a direct assignment to the next groups' start balance, the error that I cannot directly assign a value to a Report TextBox.
Odd sequencing logic I know, but there could be interrupts in the Groups wherein transactions did not occur (several months in fact). So wish to in essence skip the inactive months and carry forward to the next active month and so forth.
Any thoughts on passing forward the old total to the next group's starting balance in a report??
Thanks,
Sandy
Slightly different challenge. Reporting monthly transactions with previous month's totals as a starting point and summing each month's transactions is working OK .... but there are months without transactions. So ....
If an Active Group is greater than 2 in my incremental sequencing, I wish to pass its Group Total Sum to the Next [active month's] Group as that Next [active month's] Group's starting Balance in the Group Header.
I do have a [non-visible] counter in the Group Header which I use to determine which incremented Group is active (Adding a starting total in the report's Header to the first Group iterations' columns.) But, I am confused as to how to then take Group 1's Total and passing it to the next Group.
I tried placing the old SUM total into a report variable and then apply it to the next Group's starting balance. But I'm getting errors, e.g., "mismatch type" or trying a direct assignment to the next groups' start balance, the error that I cannot directly assign a value to a Report TextBox.
Odd sequencing logic I know, but there could be interrupts in the Groups wherein transactions did not occur (several months in fact). So wish to in essence skip the inactive months and carry forward to the next active month and so forth.
Any thoughts on passing forward the old total to the next group's starting balance in a report??
Thanks,
Sandy