Rename Method Example
The following example renames the Employees table with the specified name:
DoCmd.Rename "Old Employees Table", acTable, "Employees"