Hello all
I'm trying to migrate a BE from Access to SQL Server.
I've been making changes to the Access BE from the FE with SQL
statements, and want to do the same with the BE in SQL Server.
When running the statement "ALTER TABLE tblTest DROP COLUMN
TestColumn3" from the FE with a SQL Server BE, it works OK.
Running the statement "ALTER TABLE tblTest ADD COLUMN TestColumn3
DATE" however gives an error "Incorrect syntax near the keyword
‘COLUMN'"
I've been trying to find help on syntax in the help file, and some
Access-to-SQL Server books, but can't find anything on this specific
problem.
Many thanks in advance for any suggestions and help.
Regards
Mike L