G
Guest
I noticed one can import a query in one access d-base into another, as a table.
Trying to do it with code; it seems to me the code below should work, but it does not and I'm not sure why, any tips?
DoCmd.TransferDatabase acImport, "Microsoft Access", _
"C:\Bob\Clients.mdb", acQuery, _
"qryBobsClients", acTable, "tblBobsClients"
Thanks,
pepe
Trying to do it with code; it seems to me the code below should work, but it does not and I'm not sure why, any tips?
DoCmd.TransferDatabase acImport, "Microsoft Access", _
"C:\Bob\Clients.mdb", acQuery, _
"qryBobsClients", acTable, "tblBobsClients"
Thanks,
pepe