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