Creating a series of numbers for different pages

T

Ticket number

I am creating a form where there must be a different delivery ticket number
on each page.


Example: Delivery ticket No. __________________

I want the insert on the page number page a sequence of the numbers: 10000
- 10250. The total number of delivery tickets is 250

The number begin with 10000 and the last page ends with 10250.
 
M

macropod

Hi,

Check out the SEQ field (Insert|Field). You'd code the first field as:
SEQ Ticket \r 10001 \# ",0"
and the second field as:
SEQ Ticket \# ",0"
You could then copy the second field to each of the other pages.

Note that I've set the starting # at 10,001. You said you wanted 250 tickets but, if you start at 10,000 and end on 10,250, you'll
end up with 251 tickets ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top