![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a way for Access 2000 to start an autonumber at anything other than zero? Any help is appreciated. Thanks. Joe |
#3
| |||
| |||
|
|
Create an Autonumber column such as myAutoNumber, then run a query like INSERT INTO MyTable (myAutoNumber) VALUES (555) to start Autonumber at 555. |
![]() |
| Thread Tools | |
| Display Modes | |
| |