plastikman808
New member
- Local time
- Today, 20:29
- Joined
- Dec 18, 2012
- Messages
- 1
Hi - im now to the forum so firstly hello to everyone
I am trying to move a table called "03-01-FUNDVALDATA-02 : Holdings" from the Tools DB to MBLDB. I have tried the following based on what i could see using the help in the DB
I get an error saying its not a valie name? any ideas please?
I am trying to move a table called "03-01-FUNDVALDATA-02 : Holdings" from the Tools DB to MBLDB. I have tried the following based on what i could see using the help in the DB
PHP:
Sub test()
DoCmd.TransferDatabase acImport, "Microsoft Access", _
"C:\Documents and Settings\u46545\Desktop\Test Folder\01-Assets_DB\TOOLS.mdb", acTable, "03-01-FUNDVALDATA-02 : Holdings", "C:\Documents and Settings\u46545\Desktop\Test Folder\01-Assets_DB\MBLDB.MDB"
End Sub
I get an error saying its not a valie name? any ideas please?