If t were me I may be tempted to keep a copy of the old table - just in case
Use DoCmd.CopyObject to rename the table
table1 = rename to table1/date
then use sql make table
or you could just delete the old table right away, maybe its just me I
think. Paranoid about loseing stuff and letting users delete tables without
me looking at the results 1st