R Rose Jul 9, 2009 #1 When using a page break in the group header is there any way to avoid getting a blank first page.
N NevilleT Jul 9, 2009 #2 Hi Rose Better to put the page break in the footer. Should achieve what you are looking for. Neville Turbit www.projectperfect.com.au
Hi Rose Better to put the page break in the footer. Should achieve what you are looking for. Neville Turbit www.projectperfect.com.au
M Marshall Barton Jul 9, 2009 #3 Rose said: When using a page break in the group header is there any way to avoid getting a blank first page. Click to expand... Setting the group header section's ForceNewPage property Before Section will avoid that problem. If you must use a page break control, then make it invisible on the first page: Me.pgBreak.Visible = (Me.Page > 1)
Rose said: When using a page break in the group header is there any way to avoid getting a blank first page. Click to expand... Setting the group header section's ForceNewPage property Before Section will avoid that problem. If you must use a page break control, then make it invisible on the first page: Me.pgBreak.Visible = (Me.Page > 1)