G
Guest
Hello.
I have a FrontEnd database that has links to tables on a BackEnd database.
On the FE i have several actions that when triggered must save a copy of the
table in question on the BE db. both tables resides on the BE.
I was trying the DoCmd.CopyObject action, but wht this does is to create a
link to the original table within the same DB. I i change a value on the
original table it changes also on the backup table.
How can i, from a FE database, create a copy of a table on the BE database
without creating a link to it?
Thanks
Luis.
I have a FrontEnd database that has links to tables on a BackEnd database.
On the FE i have several actions that when triggered must save a copy of the
table in question on the BE db. both tables resides on the BE.
I was trying the DoCmd.CopyObject action, but wht this does is to create a
link to the original table within the same DB. I i change a value on the
original table it changes also on the backup table.
How can i, from a FE database, create a copy of a table on the BE database
without creating a link to it?
Thanks
Luis.