J
JonoB
I have a database split into FE and BE. I need to import
data from a table in another database into the BE of my
database. I have managed to get docmd.transferdatabase to
work, but this imports the table into the FE. How do I
specify the source to be the BE? My current code looks
like this:
DoCmd.TransferDatabase acImport, "Microsoft
Access", "M:\FININST\Hedge Funds
Reports\CpVaR\TradeVaRtool.mde", _
acTable, "tblPBRXMCodeLDN", "tblPBRXMCodeLDN"
The destination should be a table in the following path:
M:\FININST\Hedge Funds Reports\Database\Prototype_BE.mdb
Perhaps I should be using acExport instead?
Thanks for the help.
data from a table in another database into the BE of my
database. I have managed to get docmd.transferdatabase to
work, but this imports the table into the FE. How do I
specify the source to be the BE? My current code looks
like this:
DoCmd.TransferDatabase acImport, "Microsoft
Access", "M:\FININST\Hedge Funds
Reports\CpVaR\TradeVaRtool.mde", _
acTable, "tblPBRXMCodeLDN", "tblPBRXMCodeLDN"
The destination should be a table in the following path:
M:\FININST\Hedge Funds Reports\Database\Prototype_BE.mdb
Perhaps I should be using acExport instead?
Thanks for the help.