-
2
Jun
The Microsoft Jet database engine could not find the object ‘ ‘. Make sure the object exists and that you spell its name and the path name correctly.

Today I got this error when I was trying to import a CSV file into Access database 2003. Even though I was trying to load this from my C: drive I was getting this error.
After couple of tries found that filename “currentproc.20090531.csv” had an extra “.” and that was the problem.
So renamed the file to 20090531.csv and it worked
Happy importing.
If you enjoyed this post, make sure you subscribe to my RSS feed!- Published by gchandra in: Access Error Messages
- If you like this blog please take a second from your precious time and subscribe to my rss feed!
3 Responses to “The Microsoft Jet database engine could not find the object”
Is there any way to avoid this error while reading csv files with an extra “.” in the file name?My problem is, I can’t change the file name.
Sorry. Thats the restriction with Access.
If possible make a copy of the original file and process it automatically.
Thanks! I was searching for a solution for half a day.. I must say you can’t even use underscore in the filename, just numbers or letters. How crazy is it?!
Leave a Reply