G
Guest
I have a linked table with SQL Server. I can click Edit, Copy, Paste and get
a choice of whether to create a linked or local table. Is there a way to
accomplish the same thing through VBA ? I found the copy command:
DoCmd.CopyObject , "Customers_bk", acTable, "Customers"
But it does not give the option to change to a local table as in the cut and
paste.
a choice of whether to create a linked or local table. Is there a way to
accomplish the same thing through VBA ? I found the copy command:
DoCmd.CopyObject , "Customers_bk", acTable, "Customers"
But it does not give the option to change to a local table as in the cut and
paste.