Auto Generate Number

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

Guest

Does anyone know of a way to have a label report auto generate numbers in a
range that the user sets? I would like to create a report that generates po
numbers where all the user has to do is put in the start and finishing
numbers. Thanks!

Ann
 
Do you need to save the PO numbers or are they temporary numbers that will
appear only on printed documents?
 
They will just be temporary numbers that will be used to print out labels only.

Ann
 
You can add text boxes to the detail section:
Name: txtRunSum
Control Source: =1
Running Sum: Over All
Visible: No

Another
Control Source: =[Enter Starting Number] + txtRunSum
 

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

Back
Top