I want to use an SQL statement to rename a field in an Access 2000 database.
I read about a dozen places on the web that say do it this way:
Alter Table Table1 RENAME Column (Field1) To (Field2)
This does NOT WORK (it chokes on the "RENAME" part). I've also read in about 20 places (including this forum) where this code does not work, so I know it is not me.
Does anyone else know how to do it in a SQL statement, or why this example does not work?
Thanks,
Ray
I read about a dozen places on the web that say do it this way:
Alter Table Table1 RENAME Column (Field1) To (Field2)
This does NOT WORK (it chokes on the "RENAME" part). I've also read in about 20 places (including this forum) where this code does not work, so I know it is not me.
Does anyone else know how to do it in a SQL statement, or why this example does not work?
Thanks,
Ray