Feb 21, 2006 #2 JerryKlmns IS-IT--Management Feb 7, 2005 2,062 GR From help Rename Method Example The following example renames the Employees table with the specified name: DoCmd.Rename "Old Employees Table", acTable, "Employees" Upvote 0 Downvote
From help Rename Method Example The following example renames the Employees table with the specified name: DoCmd.Rename "Old Employees Table", acTable, "Employees"
Feb 21, 2006 Thread starter #3 vladk Programmer May 1, 2001 991 US JerryKlmns, I use OleDb in .Net, I did not locate similar to DoCmd.Rename method that's why I asked about SQL. vladk Upvote 0 Downvote
JerryKlmns, I use OleDb in .Net, I did not locate similar to DoCmd.Rename method that's why I asked about SQL. vladk
Feb 21, 2006 #4 Remou Technical User Sep 30, 2002 13,030 BE This may help: http://www.4guysfromrolla.com/webtech/tips/t030802-1.shtml Upvote 0 Downvote