
Originally Posted by
cowboy
I tried
DoCmd.TransferDatabase acImport, "dBase IV", "C:\Desktop\Junk\", acTable, "CABZ_Lines", "newTable"
It gives me a runtime error '3011' The M A database engine could not find the object 'CABZ_Lines'.
Now I tried opening a random excel file in 2003 and did a save as and saved in dbf IV format and used the same line of code and it worked. I then opened up the file GIS created "CABZ_Lines" in excel, did a save as and saved in dbf IV format and it failed again, which really confuses me.
Thanks for taking a look at this.