Message 3011

  • Thread starter Thread starter Meg
  • Start date Start date
M

Meg

This is the message I receive when I am trying to export a
file. 3011: 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.

This never happened when the database was under the access
2000. I have converted to access xp (2003) and now I am
receiving this message. The vba codes are the same and no
changes have been made. Can you help?
 
Meg,

I would offer the suggestion that you turn your error
handling off temporarily so that you can determine which
exact line that it happened on. You should now get dumped to
code if you choose 'Debug'. This may offer a clue as to what
object it is not finding.

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 
That's what I did. I know where the error's coming, just
not why. the same call is being made 2 or 3 lines ahead of
this one (but with different parameters) and it's working
just fine.
 
Back
Top