What you are supposed to do is to use templates and databases. In fact, Access looks like the right choice to make such things, but it sounds like you're looking for a trick using page numbers as an ID for your certificates. However, the following method is only applicable for simple uses, and should cover what you are asking here.
First of all, page number works better with headings; so you could insert all your fixed parts (the table) into a long header, and then fill its variable parts in the page's main body using, let's say text boxes. But this will look awful and, in fact, inconvenient for many pages.
Instead, you'll make the table in the main body, with the SEQ
field instead of the page number field:
- In the cell where the certificate no. is, type the fixed part "5040-SH-" (with the dash)
- Wile the cursor is there, press
CTRL
+ F9
to insert a pair of the special field brackets {}
- Inside it, copy and paste this
SEQ numb \# "000"
- Press
F9
to update and show the results.
So for new pages, copy the whole table (with the field inside it) and make a new page and paste it there. The number (generated by the field) may look the same from the previous page, so your fields need to get update. The simplest way to do so is to go to the print preview (CTRL
+ P
) and go back OR select everything in your document and press F9
.
This would require you create a template – Ramhound – 2017-05-18T03:24:38.720
Okay I will work from that vantage point while searching around and attempting the result I want. Thank you! – Stephen Howard – 2017-05-18T03:36:01.140