Sequential Numbers in Reports

  • Thread starter Thread starter Steve Goodrich
  • Start date Start date
S

Steve Goodrich

Sequential Numbers in Reports.

I have a report that runs showing visitors to our building.
I would like to add a sequential number to each record of the report
starting at 1001

I have added an unbound text box to the report and set the properties as
follows:

Data Tab,
Control Source =1
Running Sum - Over all

This numbers the first record as 1 the second as 2 and so on.

Is there anyway I can set the first number as 1001, second 1002 and so on.

Thanks in advance for any advice.
 
Back
Top