hi
i have to delete the primary key through code ( in sql in ms access 2000)
so i try the query : ALTER TABLE Table1 DROP PRIMARY KEY
in sql first to see if it's work before doing this through code.
BUT :i get a "syntax error in alter statement"
and the word PRIMARY is indicated.
someone understand WHY??
THANKS A LOT IF SOMEONE CAN HELP.
VIRGINIE
i have to delete the primary key through code ( in sql in ms access 2000)
so i try the query : ALTER TABLE Table1 DROP PRIMARY KEY
in sql first to see if it's work before doing this through code.
BUT :i get a "syntax error in alter statement"
and the word PRIMARY is indicated.
someone understand WHY??
THANKS A LOT IF SOMEONE CAN HELP.
VIRGINIE