Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / April 2008

Tip: Looking for answers? Try searching our database.

How to pass to another page when group header change

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Marco - 29 Apr 2008 18:23 GMT
Hi. I have a report and in that report I have a group header.

Is it possible to force the the report to start in a new page whenever the
group header change?

Regards,
Marco
fredg - 29 Apr 2008 20:04 GMT
> Hi. I have a report and in that report I have a group header.
>
[quoted text clipped - 3 lines]
> Regards,
> Marco

Set that GroupHeader's ForceNewPage property to BeforeSection.
It's located on the Format tab of the GroupHeader's property sheet.
Signature

Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

Marco - 30 Apr 2008 09:04 GMT
thanks.

By the way, way the Group Footer of the same group don't repeats on the next
page?

How can I for the page number to change/reset when the group header changes?

Thanks,
Marco

> > Hi. I have a report and in that report I have a group header.
> >
[quoted text clipped - 6 lines]
> Set that GroupHeader's ForceNewPage property to BeforeSection.
> It's located on the Format tab of the GroupHeader's property sheet.
fredg - 30 Apr 2008 15:58 GMT
> thanks.
>
[quoted text clipped - 16 lines]
>> Set that GroupHeader's ForceNewPage property to BeforeSection.
>> It's located on the Format tab of the GroupHeader's property sheet.

1) Set the GroupHeader's RepeatSection property to Yes.
It's on the Format tab.

2) See:
"Printing First and Last Page Numbers for Report Groups "
http://www.mvps.org/access/reports/rpt0013.htm

Things to make sure of:

1) Add an unbound control to the Page Footer.
Name this control "ctlGrpPages"

2) Paste the code into the Page Footer Format event.

3) In the code, change Me!Salesman to
Me![Name of the control used to group by]
Signature

Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.