amaciel
09-22-2004, 03:33 PM
Hello there!
I've looked everywhere to find a place that would give me a SQL statement that creates (or modifies) an integer field with auto increment (Autonumber) in my MS ACCESS database.
Below are some of the statements I've tried unsuccessfully!
"CREATE TABLE table_name
(int_field INT AUTOINCREMENT)"
"CREATE TABLE table_name
(int_field INT AUTONUMBER)"
"CREATE TABLE table_name
(int_field INT COUNTER(1,1))"
"CREATE TABLE table_name
(int_field INT UNIQUE IDENTIFIER)"
Can someone please help me!
Thanks in advance.
Andre.
I've looked everywhere to find a place that would give me a SQL statement that creates (or modifies) an integer field with auto increment (Autonumber) in my MS ACCESS database.
Below are some of the statements I've tried unsuccessfully!
"CREATE TABLE table_name
(int_field INT AUTOINCREMENT)"
"CREATE TABLE table_name
(int_field INT AUTONUMBER)"
"CREATE TABLE table_name
(int_field INT COUNTER(1,1))"
"CREATE TABLE table_name
(int_field INT UNIQUE IDENTIFIER)"
Can someone please help me!
Thanks in advance.
Andre.