G
Gcook888
I have an unbound sum control [Total] in the report footer which is printed on
page 2. It is summing a bunch of group subtotals. 10 group subtotals end up
on page 1 while 3 are on page 2. BTW [Total] has to be unbound because i
calculate it in VB.
I stuck in msgbox "groupPrint event" I can see what is happening. The 3 groups
on page 2 are added into [Total] again when i actually print JUST PAGE 2.
I am initializing [Total] to 0 in reportheader_print. So the report is ok if i
print the whole thing.
Please let me know can i fix this?
I just can't print the last page w/o 3 more group subtotals getting added in.
page 2. It is summing a bunch of group subtotals. 10 group subtotals end up
on page 1 while 3 are on page 2. BTW [Total] has to be unbound because i
calculate it in VB.
I stuck in msgbox "groupPrint event" I can see what is happening. The 3 groups
on page 2 are added into [Total] again when i actually print JUST PAGE 2.
I am initializing [Total] to 0 in reportheader_print. So the report is ok if i
print the whole thing.
Please let me know can i fix this?
I just can't print the last page w/o 3 more group subtotals getting added in.