G
Guest
Hi guys,
I am hoping someone can tell me why when I backup my table using
CopyObject then transferspreadsheet an excel sheet into the table, the
changes are reflected in the backup table as well. i don't understand b/c i
do the copy first.
'delete backup table
DoCmd.DeleteObject acTable, "tblAIMBackup"
'Backup AIM Fund Table before each new import of monthly spreadsheet
DoCmd.CopyObject '"tblAIMBackup", acTable, "tblAIMFund"
'import new month template
DoCmd.TransferSpreadsheet acImport, 8, "tblAIMFund", strInputFileName,
True
(note: both tables are on the backend server and linked to my frontend.)
Thanks,
Matt
(access 2000)
I am hoping someone can tell me why when I backup my table using
CopyObject then transferspreadsheet an excel sheet into the table, the
changes are reflected in the backup table as well. i don't understand b/c i
do the copy first.
'delete backup table
DoCmd.DeleteObject acTable, "tblAIMBackup"
'Backup AIM Fund Table before each new import of monthly spreadsheet
DoCmd.CopyObject '"tblAIMBackup", acTable, "tblAIMFund"
'import new month template
DoCmd.TransferSpreadsheet acImport, 8, "tblAIMFund", strInputFileName,
True
(note: both tables are on the backend server and linked to my frontend.)
Thanks,
Matt
(access 2000)