R
Renate
Hi,
I try to add a new column to a sql database using an Access project.
I tried this
Dim DB As Database
Set DB = CurrentDb
CurrentProject.Connection.Execute "ALTER TABLE Artikel ADD COLUMN HS_SN
Int;", dbSQLPassThrough
DB.Close
But I always get the message
Incorrect syntax near the keyword column
Does anybody know what`s wrong?
Viele Grüße
Renate
I try to add a new column to a sql database using an Access project.
I tried this
Dim DB As Database
Set DB = CurrentDb
CurrentProject.Connection.Execute "ALTER TABLE Artikel ADD COLUMN HS_SN
Int;", dbSQLPassThrough
DB.Close
But I always get the message
Incorrect syntax near the keyword column
Does anybody know what`s wrong?
Viele Grüße
Renate