[thelist] Create MS Acces table with AutoNumber field

Anderson, Mark S. anderson at mitre.org
Thu Mar 9 13:30:44 CST 2006


I found the answer:

create table MYTABLE
(
ID COUNTER PRIMARY KEY,
DATA TEXT(255)
)

- Mark
 



More information about the thelist mailing list