J
Joe Wedel
I wrote an Access program that works fine on my
development machine, but has a compile error on the client
with the UCase function at the following code:
Private Sub Form_Current()
If UCase(Live) = "Y" Then
ynLive = True
Else
ynLive = False
End If
End Sub
The error is:
Microsoft Visual Basic
Compile error:
Can't find project or library
I look in Object Browser on the client, and UCase shows as
a member of VBA.Strings. I have verified that the
VBE6.DLL is in the correct directory. Any ideas why this
error is happening?
Thanks!
-Joe
development machine, but has a compile error on the client
with the UCase function at the following code:
Private Sub Form_Current()
If UCase(Live) = "Y" Then
ynLive = True
Else
ynLive = False
End If
End Sub
The error is:
Microsoft Visual Basic
Compile error:
Can't find project or library
I look in Object Browser on the client, and UCase shows as
a member of VBA.Strings. I have verified that the
VBE6.DLL is in the correct directory. Any ideas why this
error is happening?
Thanks!
-Joe