H
Hugh self taught
Hi O' Wonderous gurus,
Can DoCmd.TransferDatabase move a table from the Front End to the Back End?
I've tried the following syntax without success. A msgbox shows the
strBackendPath to be correct.
DoCmd.TransferDatabase acExport, "Microsoft Access", strBackendPath,
acTable, "tblNewTemplate", strNewTbl
I'm experimenting with a few things & if I make a small form that I can
quickly import into any database I'm developing which has the ability to
transfer tables from the front end to the back end & also delete tables then
it will be quicker than navigating to the BE, opening & editting it for those
tasks. I can create them in the FE where I'm busy.
Can DoCmd.TransferDatabase move a table from the Front End to the Back End?
I've tried the following syntax without success. A msgbox shows the
strBackendPath to be correct.
DoCmd.TransferDatabase acExport, "Microsoft Access", strBackendPath,
acTable, "tblNewTemplate", strNewTbl
I'm experimenting with a few things & if I make a small form that I can
quickly import into any database I'm developing which has the ability to
transfer tables from the front end to the back end & also delete tables then
it will be quicker than navigating to the BE, opening & editting it for those
tasks. I can create them in the FE where I'm busy.