M
MechEngr
I am trying to import a dbf file into my Access DB using the following:
DoCmd.TransferDatabase acImport, "dBase 5.0", "C:\temp\member.dbf"
I get an error message indicating that the path is not valid. The file
exists exactly as specified and I can import the file manually. Any ideas?
Your help is appreciated in advance.
DoCmd.TransferDatabase acImport, "dBase 5.0", "C:\temp\member.dbf"
I get an error message indicating that the path is not valid. The file
exists exactly as specified and I can import the file manually. Any ideas?
Your help is appreciated in advance.