I am trying to transfer (copy) a table from one mdb to the current db.
Here is the code
DoCmd.TransferDatabase acImport, "Microsoft Access", "c:\newmembers\centremembersdata.mdb", acTable, "members", "copymembers"
no errors no transfer!!!!
any ideas
thanks