Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Append Text to Repeated Headers 1

Status
Not open for further replies.

TaTips

Programmer
Oct 29, 2003
25
GB
Hi:

When I check the "Repeat Group Header on Each Page" box in the "Change Group Options" dialog box, How can I append "Continued...." for all headers repeated ?

Thanks.
Ta.
 
Create a formula:
[tt]
//@Continued
If InRepeatedGroupHeader Then
"Continued"
Else
""
[/tt]
I usually then put a blank text object in the group header, put in my GroupName field, a couple of spaces, then the @Continued formula.

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top