Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mtho
  • Order by date
  1. mtho

    Problem showing Page Footer in MS-Access 2000

    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...

Part and Inventory Search

Back
Top