TransferDatabase code needed

marathonlady

Registered User.
Local time
Today, 17:53
Joined
Jul 10, 2002
Messages
120
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.
 
TransferDatabase

Try This:

DoCmd.TransferDatabase acImport, "Microsoft Access", "d:\e\mdb\SourceDB.mdb", acTable, "SourceTableName", "TargetName", False
 

Users who are viewing this thread

Back
Top Bottom