dbTalk Databases Forums  

Autonumber

comp.databases.ms-access comp.databases.ms-access


Discuss Autonumber in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joseph Frazer
 
Posts: n/a

Default Autonumber - 08-05-2003 , 10:18 AM






Is there a way for Access 2000 to start an autonumber at anything other
than zero? Any help is appreciated. Thanks.

Joe


Reply With Quote
  #2  
Old   
Pavel Romashkin
 
Posts: n/a

Default Re: Autonumber - 08-05-2003 , 10:52 AM






Create an Autonumber column such as myAutoNumber, then run a query like

INSERT INTO MyTable (myAutoNumber) VALUES (555)

to start Autonumber at 555.

Good luck,
Pavel

Joseph Frazer wrote:
Quote:
Is there a way for Access 2000 to start an autonumber at anything other
than zero? Any help is appreciated. Thanks.

Joe

Reply With Quote
  #3  
Old   
Joseph Frazer
 
Posts: n/a

Default Re: Autonumber - 08-05-2003 , 11:09 AM



Pavel Romashkin wrote:
Quote:
Create an Autonumber column such as myAutoNumber, then run a query like

INSERT INTO MyTable (myAutoNumber) VALUES (555)

to start Autonumber at 555.

That worked. Thanks.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.