Hi
I am trying to execute this SQL statement in MS Access:
ALTER TABLE Client_Detail ALTER COLUMN Notes Memo
Everytime I run it the following error shows:
"Syntax error in ALTER TABLE Statement" and the cursor highlights the second ALTER in the query.
(I am trying to change the data type from text to Memo, I do not want to do this manually, it must be as an SQL statemment, as eventually this SQL statement will be running from Visual Basic code.)
Does anyone have any ideas why this does not work?
Thanks in advance
I am trying to execute this SQL statement in MS Access:
ALTER TABLE Client_Detail ALTER COLUMN Notes Memo
Everytime I run it the following error shows:
"Syntax error in ALTER TABLE Statement" and the cursor highlights the second ALTER in the query.
(I am trying to change the data type from text to Memo, I do not want to do this manually, it must be as an SQL statemment, as eventually this SQL statement will be running from Visual Basic code.)
Does anyone have any ideas why this does not work?
Thanks in advance