Help numbering rows.

rmg540

New member
Local time
Today, 15:00
Joined
Feb 23, 2009
Messages
1
Hi.

I have to add numbers to a table starting with 999993425541.and incrementing for each row after.
How can I go about doin this?
Thanks
 
Does this include the numbering of new records that are added to the table after the existing ones have been numbered?
 
Although it is possible to start an auto number from any value, it does not guarantee to generate consectutive numbers only unique.

If this number is to be exposed to the users then the best way forward is to gnerate your own numbers. The question is answered at least once per week on this forum, so search for autonumber.
 

Users who are viewing this thread

Back
Top Bottom