A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Add the word "continued" in a Repeat Section



 
 
Thread Tools Display Modes
  #1  
Old September 11th, 2009, 08:59 PM posted to microsoft.public.access.reports
IThoughtIKnewAccess
external usenet poster
 
Posts: 1
Default Add the word "continued" in a Repeat Section

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
  #2  
Old September 11th, 2009, 10:12 PM posted to microsoft.public.access.reports
Marshall Barton
external usenet poster
 
Posts: 5,361
Default Add the word "continued" in a Repeat Section

IThoughtIKnewAccess wrote:

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","")

--
Marsh
MVP [MS Access]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.