Parent.page.....

T

Tamiyra

Hi if anyone can help it would be great

Here is my prob.

I have a text box in my subreport that displays the value parent.page, this
works fine if the report is only two pages long..... But when the subreport
is longer than 2 pages the only pages that display the correct page number
are the first page and the last page, all other pages display the current
page as page 1. It is like the main report isn't refreshing the page
variable until it reaches the end of the subreport, is there a way to force
the main report to increment the page variable before it hits the last page
in the subreport? I have tried to increment the variable my self but it
shows the same number on all of the pages except the correct number that is
displayed on the last page of the subreport.
 
Top