Hello,
One of my users is getting a compile error on a field with the following code;
Private Sub txtLocation_AfterUpdate ()
Me.txtLocation = StrConv (Me.txtLocation, vbUpperCase)
End Sub
The window says Microsoft Visual Basic
Compile Error:
Can't find project or library.
We're using Access 2007. While one user is getting this error, everything works fine on a different computer for other users. I'm thinking that something needs to be checked in the reference library on his computer, but I thought the references were accessed through the database, not the Access program for each computer. Does someone know for sure how this works, and if it is the case, which library should be checked to make this code work?
Thank you for any insight into what's going on.