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.....
Any help is appreciated.......:banghead:
Code:
DoCmd.TransferDatabase acImport, "Microsoft Access", _
"Path_To_Database;PWD=password;LANGUAGE=us_english;", acTable, _
"Source_Table", "Destination_Table"