I'm forced to use "dBase III" argument to import Foxpro data with MS Access 2000/2002. As a result I cannot import DBFs with a memo file included. The only way to import is to install Access 97 and import manually.
I tried "Foxpro", "Foxpro 2.6" and "Foxpro 3" in the following line of code with no success. Any ideas, tips...
DoCmd.TransferDatabase acLink, "dBase III", "C:/CWUA/", acTable, "STORAGE.DBF", "STORAGE"
Steve
I tried "Foxpro", "Foxpro 2.6" and "Foxpro 3" in the following line of code with no success. Any ideas, tips...
DoCmd.TransferDatabase acLink, "dBase III", "C:/CWUA/", acTable, "STORAGE.DBF", "STORAGE"
Steve