- Local time
- Today, 16:33
- Joined
- Sep 12, 2006
- Messages
- 16,075
Code:
sqlstrg = "ALTER TABLE " & tblname & " ALTER COLUMN [SEQUENCE] TEXT(20);
I am trying to use the above code, which i got from other threads to change a field type in a table from number to text, but i am getting a syntax error executing it.
it isnt the tblname, as if i make a string with the tablename in i still get the same error
any ideas please?
sequence is the column name - its not a reserved word is it?