B
BRC
When i try to run the following code I get this error message
Compile Error
"Can't find project or library". StrConv is highlighted.
********
Private Sub Car_AfterUpdate()
Dim mystr As String
mystr = Me.Car.Value
mystr = StrConv(mystr, vbProperCase)
Me.Car.Value = mystr
End Sub
********
When I open object browser "strconv" show up in the; vba library, class
strings, member strconv.
I think I have all required references set but not sure
help. Thanks
BRC
This works fine in other access apps .
Compile Error
"Can't find project or library". StrConv is highlighted.
********
Private Sub Car_AfterUpdate()
Dim mystr As String
mystr = Me.Car.Value
mystr = StrConv(mystr, vbProperCase)
Me.Car.Value = mystr
End Sub
********
When I open object browser "strconv" show up in the; vba library, class
strings, member strconv.
I think I have all required references set but not sure
help. Thanks
BRC
This works fine in other access apps .