Access programming

B

Bill

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?
 
R

Rick Brandt

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.
 
Top