Is there a way to auto number labels?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to create a label with ID335 and then have the rest of the
labels continue with the number. For example ID336, ID337, etc. Does anyone
know if there is a way to auto number labels?
 
A quick look at Word's help file suggests using a Formula field which embeds
a mergerec field, so you'd have

ID{ = 334 + { MERGEREC } }

That will give you ID335 on your first record and incrementing thereafter.
 
Back
Top