I am developing a report in MS-Access 2000, where I have a label that should appear only on the last page. So I have written the following code in the PageFooter OnPrint Event.
Private Sub PageFooterSection_Print(Cancel As Integer, PrintCount As Integer)
If [Page] = [Pages] Then...
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.