W
wk6pack
Hi,
I have some code to create a backup copy of the data of my table. Now I
moved the table to SQL Server. I still need to create a backup copy of the
original table.
The following code, doesnt seem to work.
DoCmd.CopyObject , "Class Size data (SIZE version1)" & Format(Now,
"mmm_dd_yyyy_hh:mm:ss"), acTable, "Class Size data (SIZE version1)"
Run-time error "3709": The search key was not found in any record.
I've got a primary key in SQL Server. I can see the data from access.
Can I not create a copy of the linked table?
thanks,
Will
I have some code to create a backup copy of the data of my table. Now I
moved the table to SQL Server. I still need to create a backup copy of the
original table.
The following code, doesnt seem to work.
DoCmd.CopyObject , "Class Size data (SIZE version1)" & Format(Now,
"mmm_dd_yyyy_hh:mm:ss"), acTable, "Class Size data (SIZE version1)"
Run-time error "3709": The search key was not found in any record.
I've got a primary key in SQL Server. I can see the data from access.
Can I not create a copy of the linked table?
thanks,
Will