Hi all
I have a question regarding the importing of a ODBC database.Here is my code:
As soon as click the button to perform the import I get a error message:Run time error Microsoft jet database enjin could not find the object TestTable.Make sure the object exists and that you spell it's name and path correctly
Any help on this would be appreciated.
I have a question regarding the importing of a ODBC database.Here is my code:
Code:
DoCmd.TransferDatabase acImport, "ODBC Database", "ODBC;DSN=TraderDatabase;UID=SYSDBA;PWD=INT7753931;LANGUAGE=us_english;" _ & "DATABASE=tcv2230:TraderDatabase", acTable, "Products", "TestTable", False, True
Any help on this would be appreciated.
Comment