M marathonlady Registered User. Local time Today, 17:53 Joined Jul 10, 2002 Messages 120 Jan 20, 2005 #1 Could somebody give me the code for the transferdatabase docmd? I get the message that it can't find the database I want to export from. Thanks.
Could somebody give me the code for the transferdatabase docmd? I get the message that it can't find the database I want to export from. Thanks.
apr pillai AWF VIP Local time Tomorrow, 04:23 Joined Jan 20, 2005 Messages 737 Jan 20, 2005 #2 TransferDatabase Try This: DoCmd.TransferDatabase acImport, "Microsoft Access", "d:\e\mdb\SourceDB.mdb", acTable, "SourceTableName", "TargetName", False
TransferDatabase Try This: DoCmd.TransferDatabase acImport, "Microsoft Access", "d:\e\mdb\SourceDB.mdb", acTable, "SourceTableName", "TargetName", False