G
Guest
Hello,
In a split database set-up, is it possible to export a linked table, using
the TransferDatabase Method, to a third database while ensuring that the
actual table has been transferred and not the link.
DoCmd.TransferDatabase acExport, "Microsoft Access", "C:\Archive.mdb",
acTable, "tbl_test", "tbl_test"
Thank you
In a split database set-up, is it possible to export a linked table, using
the TransferDatabase Method, to a third database while ensuring that the
actual table has been transferred and not the link.
DoCmd.TransferDatabase acExport, "Microsoft Access", "C:\Archive.mdb",
acTable, "tbl_test", "tbl_test"
Thank you