AfterUpdate 
Author Message
 AfterUpdate

Access 97... I am trying to use an AfterUpdate event
procedure that looks like this:

Private Sub Combo57_AfterUpdate



Mon, 29 Aug 2005 04:44:20 GMT  
 AfterUpdate
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



Mon, 29 Aug 2005 04:57:36 GMT  
 AfterUpdate
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
>.



Mon, 29 Aug 2005 13:50:06 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Using .setfocus with afterupdate

2. userform afterupdate problem.

3. Unusual BeforeUpdate & AfterUpdate event appearance

4. AfterUpdate does not update!?

5. AfterUpdate event - determining button clicked

6. textbox AfterUpdate event

7. AfterUpdate on Textbox fires more than once.

8. setfocus of a textbox AfterUpdate

9. TextBox and AfterUpdate Event

10. Textbox AfterUpdate problem


 
Powered by phpBB® Forum Software © phpBB Group