Hi,
I have this report that is suppose to calculate the running total of 2 fields. Because some records might have additional information, I created "detail b" to print those. Problem now is if the page length is not enough to print the additional information on the same page, the running total sums the figure on the previous page twice.
Page Header section
Group Header #1 section
Detail A section (printing item infor, amounts, running total)
Detail B section (printing additional infor)
...
Eg.
last line on page 1 : (DR)$45 (Total)$1000
first line on page 2 : additional infor for last item on page 1
second line on page 2 : (DR)$50 (Total)$1095 ***
***this figure should be $1050 instead.
Any help is appreciated very much.
Thanks.
I have this report that is suppose to calculate the running total of 2 fields. Because some records might have additional information, I created "detail b" to print those. Problem now is if the page length is not enough to print the additional information on the same page, the running total sums the figure on the previous page twice.
Page Header section
Group Header #1 section
Detail A section (printing item infor, amounts, running total)
Detail B section (printing additional infor)
...
Eg.
last line on page 1 : (DR)$45 (Total)$1000
first line on page 2 : additional infor for last item on page 1
second line on page 2 : (DR)$50 (Total)$1095 ***
***this figure should be $1050 instead.
Any help is appreciated very much.
Thanks.