Hi all,
I'm working with Access2000 and have a database that uses tables form an ODBC database. I would like to import some tables from this ODBC database using TransferDatabase. To do this I wrote the following code line:
DoCmd.TransferDatabase acImport, "ODBC Database", "pamis-gs", acTable, "zfi.tblEmployee", "TempMitarbeiter"
I keep getting the error message from the subject line. This happens when I use a macro to do the same thing.
TransferDatabase works perfectly if the data source is an Access database.
Can anybody give me a hint how to solve this problem?
Thanks in advance,
Inf33323
I'm working with Access2000 and have a database that uses tables form an ODBC database. I would like to import some tables from this ODBC database using TransferDatabase. To do this I wrote the following code line:
DoCmd.TransferDatabase acImport, "ODBC Database", "pamis-gs", acTable, "zfi.tblEmployee", "TempMitarbeiter"
I keep getting the error message from the subject line. This happens when I use a macro to do the same thing.
TransferDatabase works perfectly if the data source is an Access database.
Can anybody give me a hint how to solve this problem?
Thanks in advance,
Inf33323