3011 error msg when trying to update access with ftp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bmalex
    New Member
    • Apr 2010
    • 1

    3011 error msg when trying to update access with ftp

    I have a function named "Merge FTP data" and when I point to a .txt file to update the database I get the folloing error msg, MS Access database engine could not find the object file.txt. Make sure the object exist and make sure you spell its name and the path name correctly.

    Can anyone tell me why I am getting this error msg?
  • Delerna
    Recognized Expert Top Contributor
    • Jan 2008
    • 1134

    #2
    your question contains no detail so my answer cannot contain any detail either.

    The error means that the file path your code is following to the .txt file is not where the .txt file is actually located

    therefore you need to make sure the file actually exists and/or make sure you have spelled the file name and its path correctly

    Comment

    Working...