Importing a Access Table

ardy

Registered User.
Local time
Yesterday, 20:40
Joined
Sep 24, 2012
Messages
98
I am trying to import a table from another database. from all the stuff that I look at this code should work. but it just sits there as nothing happens am I missing something.....
Code:
DoCmd.TransferDatabase acImport, "Microsoft Access", _
 "Path_To_Database;PWD=password;LANGUAGE=us_english;", acTable, _
 "Source_Table", "Destination_Table"
Any help is appreciated.......:banghead:
 

Users who are viewing this thread

Back
Top Bottom