By pagination, you want to put the page number on each page? If yes, put a textbox in the page footer section, and use this as the control source:
=[Page]
If you want "page x of y":
="Page " & [Page] & " of " & [Pages]
--
Ken Snell <MS ACCESS MVP>
"kenir" <kenir[ at ]discussions.microsoft.com> wrote in message news:B316E51F-3086-435E-B2F0-A47C5C8902AE[ at ]microsoft.com...
[Quoted Text] >I am trying to create a booklet from an Access Report, and I need to >paginate > it, but I would like to do this without the use of a different program. Is > pagination possible with Access?
|