Add a pagebreak to the bottom of your Detail section. In the Format Event for the Detail section put this code. Change the name of the pagebreak to the name of yours.
If Me.Rank = 38 Then
Me.PageBreak.Visible = True
Else
Me.PageBreak.Visible = False
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.