Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to rename a table with SQL?

Status
Not open for further replies.

vladk

Programmer
May 1, 2001
991
US
Thanks
 
From help

Rename Method Example

The following example renames the Employees table with the specified name:

DoCmd.Rename "Old Employees Table", acTable, "Employees"
 
JerryKlmns,

I use OleDb in .Net, I did not locate similar to DoCmd.Rename method that's why I asked about SQL.

vladk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top