In Microsoft Query 2000 or Microsoft Visual Basic for
Applications, when you attempt to open a file saved in one of the following
formats
you may receive an error message if the file name contains more
than eight characters (not including the characters that comprise the file name
extension).
In Query 2000, you may receive the following error
message:
Invalid string or buffer length.
When you use Data Access Objects (DAO) in a Visual Basic for Applications
macro, you may receive one the following error messages
Run-time error '3011': The Microsoft Jet database engine could not find the
object 'My File'. Make sure the object exists and
that you spell its name and the path name correctly.
-or-
Run-time error '3011': Couldn't find
object 'My File'
where the file being
accessed is named
My File.dbf. The object name in
the error message that you receive may be different from those described in
this article.