Mike,
I was trying to import a *.dbf table.
With the menu, I can import it using dbase III, IV or 5.
With the code , I am receiving the error
message.
I have tried with dbase III , IV, V
code: DoCmd.TransferDatabase acImport, "dBase III", "c:\Path", acTable, "*.dbf", "name of table"