|
Question : Missing Library for StrConv
|
|
Hi,
I have the following vb code:-
Private Sub txt_title_AfterUpdate() Me.txt_title.value = StrConv(Me.txt_title.value, vbProperCase) End Sub
It was working fine on a PC with office XP 2003, but it's coming up an error on this PC with office XP, Access 2002?
A box appears informing me:-
Complier Error
Project or library not found
Thanks
Ross
|
|
Answer : Missing Library for StrConv
|
|
try check your References and Make sure there is not References MISSING there ?
|
|
|
|