Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compile Error: Can't Find project or Library

Status
Not open for further replies.

MikeSawt

Technical User
Jun 24, 2003
25
US
Here is the problem!

I have a MS Access 2000 DB that was work earlier.

The Network Admin moved my domain.

The DB is no longer working.
I get, Compile Error: Can’t find project or library

An example of the code:

Private Sub Last_Name_Change()
Mneumo.Value = Left$([Last_Name], 3)
End Sub

The left$ gets highlighted in the editor.

I think it may have to do with the “References” in VB, but I don’t know which references need to be checked. I have called my help desk but they don’t know the answer and are having a hard time finding it for me.

What references should be check for the code to work?

Thanks
Mike
 
Check the references:
When in VBE, menu Tools -> References ...

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
I know how to get to references but I don't know which check box should be checked?
Mike
 
the reference that has "missing:" written next to it...?



--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top