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
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