Hallo!

I am using a ACCESS datebase and try to create a table with an unique autoincrement column. I habe found many examples for SQLServer, but nor for ACCESS. Does any knows?

Code:
CREATE TABLE myTable (ID integer default autoincrement primary key, name varchar(30))
Does only works in SQLServer.

Please... help me...

Taggi