I am trying to alter a table that I imported data to. I can import the data
just fine but when I run the following command:
ALTER TABLE tblimport ADD COLUMN admit_date SmallDateTime
It gives me the following error:
Incorrect syntax near the keyword 'COLUMN'.
I have tried several different versions of this but it always fails at this
point.
I am running MS-Access 2003 and connected to a SQL2000 server on the back
end.
Thanks for any help in advance.
Mike Charney
just fine but when I run the following command:
ALTER TABLE tblimport ADD COLUMN admit_date SmallDateTime
It gives me the following error:
Incorrect syntax near the keyword 'COLUMN'.
I have tried several different versions of this but it always fails at this
point.
I am running MS-Access 2003 and connected to a SQL2000 server on the back
end.
Thanks for any help in advance.
Mike Charney
Comment