How to add a page number to an individual record

S

Sam

If the record is longer than 1 page, or every printed record have 3 pages.
Then how can I add a page no. to it and add a word "END" at the last page of
individual record.

thank you for your help in advace
 
D

Duane Hookom

You can add page numbers by placing a text box in a page header or footer
with a control source of:
=[Page]
If you want "End" after an "individual record", place a label with a caption
"End" at the end of the record.
 
Top