I don't know if this is the right forum for this, but I am using VB2008 to alter an MSAccess 2003 table. I'm using this code:
"ALTER TABLE Demographics RENAME COLUMN SS# TO SSN;"
I get a "syntax error.." when I run it. I've tried it with single quotes around the field names that doesn't work either. Any help or suggestions would be appreciated.
--Tony--
"ALTER TABLE Demographics RENAME COLUMN SS# TO SSN;"
I get a "syntax error.." when I run it. I've tried it with single quotes around the field names that doesn't work either. Any help or suggestions would be appreciated.
--Tony--