"Continue" in Group Header

P

PBrown

Is there away to have "Continue" appear in the group
header on the next pages if the group goes over one page?
I have tried:
1) unbound text box in detail with control source =1 then
in the group header on format:
If Count>1 then
Continue.visible true
else
continue.visible false
end if
However, if the the group has more than one
item, "Continue" always displays.
2) Static strPlant As String
lblcontinued.Visible = (Text108 = strPlant)
strPlant = Text108
In the Group Header with a lable name lblcontinued. With
this, the group can not group with first item or entire
group. It must group by NONE. This causes the group, if
it can not be grouped with the first detail, to simply
show the group header or not even that if room does not
permit, then start on the next page with "Continued".

Any and all help is greatly appreciated,

PBrown
 
F

Fons Ponsioen

What about a text box with =IIF(Page > 1,"(continued)","")
Hope this helps
FOns
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top