Cogivina2004
MIS
I would like to duplicate Table1 using the similar code below:
StDocName1 = "Table1"
StDocName2 = "New Table"
DoCmd.Rename StDocName2, acTable, StDocName1
Thanks.
StDocName1 = "Table1"
StDocName2 = "New Table"
DoCmd.Rename StDocName2, acTable, StDocName1
Thanks.