"SELECT * INTO <new table> FROM <old table>"
this will create an identical copy of the old table. Then use this ...
"DROP TABLE <old table>"
... and you have what you want.
I'm sure there's a better way to do this. If you were using SQL Server you could use sp_rename, not sure if Access does the stored procedure thing though.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.