fraser_lindsay
Access wannabe
- Local time
- Today, 12:09
- 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.
"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.