Tom,
Ususally this has nothing to do with your code, but the
libraries referenced by your database.
While in a code window, select Tools->References and most
likely you will see one of the references as Missing.
Either uncheck the reference if you do not need it, or
select the correct location of the library. This should
fix the problem.
Hope this helps..
Quote:
>-----Original Message-----
>Lets try it again.....
>Access 97... I am trying to use an AfterUpdate event
>procedure that looks like this:
>Private Sub Combo57_AfterUpdate
> With Me.Combo57
> .defaultValue = Chr (34) & .Value (34)
> End With
> End Sub
>The error I am getting is:
>Compile Error
>Cannot find project or library.
>Does anyone have a solution to this problem?
>Thanks,
>Tom
>.