Blank page

  • Thread starter Thread starter Ayala
  • Start date Start date
A

Ayala

Hi, I have page breaks to separate groups in my report.
but this produces that at the end of my report I have two
blank pages.

Is there any property like the has data for pages??

something like

if Not(NextPage.HasData) Then
Me.pageBreakA.Visible = False
End if

thx.
 
Ayala,

There is another way to do this, which does not have this drawback, and
which you might actually find more convenient:
Remove the page breaks and use the Force New Page property on the Format tab
of properties for your headers/footers in report design.

HTH,
Nikos
 
Back
Top