Auto Generate Number

A

Ann

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
 
D

Duane Hookom

Do you need to save the PO numbers or are they temporary numbers that will
appear only on printed documents?
 
D

Duane Hookom

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
 
Top