G
Guest
I am asking for more help because I really need it.
I have a report with a subreport in it. The page format is as follows:
Product ID [Subreport showing each item per product]
I would like "Contd from previous page" to show up at the top of each page
whenever the subreport flows into the next page. I have tried the following
code:
If Me.GroupHeader0.HasContinued = True Then
Me.Label76.Visible = True
Else
Me.Label76.Visible = False
End If
I have also tried the same code with "PageHeaderSection" instead of
"GroupHeader0." The result, time and again, is that the "Contd" message shows
up at random, not every instance, as is desired.
What can I do to have the message show up at every time the subreport flows
into the next page?
Your help is very much appreciated!
I have a report with a subreport in it. The page format is as follows:
Product ID [Subreport showing each item per product]
I would like "Contd from previous page" to show up at the top of each page
whenever the subreport flows into the next page. I have tried the following
code:
If Me.GroupHeader0.HasContinued = True Then
Me.Label76.Visible = True
Else
Me.Label76.Visible = False
End If
I have also tried the same code with "PageHeaderSection" instead of
"GroupHeader0." The result, time and again, is that the "Contd" message shows
up at random, not every instance, as is desired.
What can I do to have the message show up at every time the subreport flows
into the next page?
Your help is very much appreciated!