[thelist] Create MS Acces table with AutoNumber field

Anderson, Mark S. anderson at mitre.org
Thu Mar 9 11:51:09 CST 2006


Hi Folks,

I need to create a table in Microsoft Access using the DDL.  The table
needs an AutoNumber field, but I can't figure it out.

This is what I'd like to do, but doesn't work:

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

- Mark
 



More information about the thelist mailing list