Arlan
2005-06-21 06:56:02 UTC
I have a VBA application that uses the SQL Data Definition Language (DDL) to
create tables in a jet (.mdb) database from Word XP. [e.g. CREATE TABLE
tablename (column_name, data-type);] I need to set the auto-increment
capiblity. Can I do it with DDL? If so how? If not what other option is
there and can you give me example code.
THANKS!
create tables in a jet (.mdb) database from Word XP. [e.g. CREATE TABLE
tablename (column_name, data-type);] I need to set the auto-increment
capiblity. Can I do it with DDL? If so how? If not what other option is
there and can you give me example code.
THANKS!