Library Not Found Message 
Author Message
 Library Not Found Message

Can anyone help, I've got this problem after doing an access95 conversion
that is baffaling the hell out of me.  The new database works fine on my pc
(access97/SR2).  When I run the database on another PC with the same setup I
get a VBA error about "Compile error - Can't find library or module).

However, as it happens, I have to install Outlook 98 on the same machine.
After I did this the error disapeared and the database ran ok.  I tested
this problem on another PC and the same thing happened ?  Any help would be



Tue, 22 May 2001 03:00:00 GMT  
 Library Not Found Message
<copy/paste>


-------
Sounds like a references problem.

Open a module go to Tools/references, check the list of references and find
the one that is marked missing, you will probably find that the file the
reference requires is either not on the machine or not registered (if it is
an OCX/DLL/Exe etc) or is in the wrong place (an Access Library database for
example)

The important things are
    1) identify the missing reference
    2) remove it from the references
    3) re-establish the reference if it is required by
        Pointing at the correct file (using) browse)
    or
        Putting the file on the target machine (and register it if required)
    or
        Register it if it is present
--------

A References Wizard is available at my website which should help you in
sorting this problem.

HTH

--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------


Quote:
>Can anyone help, I've got this problem after doing an access95 conversion
>that is baffaling the hell out of me.  The new database works fine on my pc
>(access97/SR2).  When I run the database on another PC with the same setup
I
>get a VBA error about "Compile error - Can't find library or module).

>However, as it happens, I have to install Outlook 98 on the same machine.
>After I did this the error disapeared and the database ran ok.  I tested
>this problem on another PC and the same thing happened ?  Any help would be




Tue, 22 May 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB Message: Compiling error - Project or library not found

2. Error Message - Can't find project or library

3. VB6 Library not registered error message

4. Module libraries not found

5. Library not Found

6. _HELP OBJECT NOT FOUND IN 8.0 LIBRARY.

7. reference Library not found in Dutch Version

8. Project library not found

9. Toolbars / CommandBars not found in library DB ?

10. Object library ven2232.olb for Visual Basic for Applications not found

11. Help: Can not find ADSI v2.0 object library for VB

12. VB6 - Could not find Data Access Library

 

 
Powered by phpBB® Forum Software