Add the word "continued" in a Repeat Section

  • Thread starter IThoughtIKnewAccess
  • Start date
I

IThoughtIKnewAccess

Please let me know if there is a way that I can add " - continued" if a group
header repeats (I have set the Repeat Section to yes").

Thanks
 
M

Marshall Barton

IThoughtIKnewAccess said:
Please let me know if there is a way that I can add " - continued" if a group
header repeats (I have set the Repeat Section to yes").


Of you can quarantee (via KeepTogether) that the first
detail in each groupwill not spill over onto a second page,
then add a text box (named txtDtlCnt) to the detail section.
Set its control source expression to =1 and RunningSum to
Over Group.

Then you can use a text box in the group header with an
expression like:
=IIf(txtDtlCnt > 1, "Continued","")
 

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