Access programming

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I receive a message "MISSING: FILEMGMT 1.0 Type Library" when compiling VBA
code if I have functions such as "LEFT". This happens in Access 2003 and
Access 2002. The file filemgmt.dll is present in the system32 directory. How
can I clear this issue?
 
Bill said:
I receive a message "MISSING: FILEMGMT 1.0 Type Library" when
compiling VBA code if I have functions such as "LEFT". This happens
in Access 2003 and Access 2002. The file filemgmt.dll is present in
the system32 directory. How can I clear this issue?

Why do you have a reference set to that library? Are you even using it? If
not uncheck it. If you are I suggest you still uncheck it and switch to
late binding instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top