S
Stephen Rockower
I am trying to import a table from one database to another (not link). I am
using the following code:
DoCmd.TransferDatabase acImport, , "C:\Documents and
Settings\MyName\Desktop\NewPats.mdb", acTable, "Demogbackup", "NewPats"
but it is not working. What am I doing wrong? Is TransferDatabase the
correct command to use?
Thanks
using the following code:
DoCmd.TransferDatabase acImport, , "C:\Documents and
Settings\MyName\Desktop\NewPats.mdb", acTable, "Demogbackup", "NewPats"
but it is not working. What am I doing wrong? Is TransferDatabase the
correct command to use?
Thanks