How to create Auto Number Field in access?
Create table table1 (RecordNo autonumber, personid varchar(50)…)
But it showing error.
How can I make a query in the access?
|
How to create Auto Number Field in access? Create table table1 (RecordNo autonumber, personid varchar(50)…) But it showing error. How can I make a query in the access? |
||||
|
|
|
According to SQL Auto Increment a Field:
Synonyms for |
||||
|
|
|
Method 1:
Method 2:
|
|||
|
|
|
When using ancient DAO 3.60 and Jet 4.0 with Access 2003 files, Eugene Yokota'a syntax did not work. I found that COUNTER keyword will do the trick:
Thanks to this post: http://www.vbforums.com/showthread.php?234335 |
|||
|
|