Expression after update error????

fraser_lindsay

Access wannabe
Local time
Today, 22:46
Joined
Sep 7, 2005
Messages
218
I am trying to get some of my colleagues to open a database I have created. They keep getting an error message on some of my forms:

"The expression after update you entered as the event property setting produced the following error – can’t find project or library
Expression may not result in the name of a macro, the name of a user defined function, or event procedure
There may have been an error evaluating an event, function or macro."


What does this mean? I'm assuming it has osmething to do with the code I have in AfterUpdate events but these are only requerys for cascading combos. Example:

Private Sub cboBusiness_AfterUpdate()
Me.cboBusinessUnit.Requery
Me.cboBusinessUnit.SetFocus
End Sub

Where do I need to look to sort this? It works fine on my PC, but nobody elses.
 
It maybe that the other users are using a different version of Access and are missing some references.

If you get into your vb code and then click on tools , references and compare the ticked items with your other users yo may find that they are eithrr missing some or are using a different version
 

Users who are viewing this thread

Back
Top Bottom