belovedcej
Programmer
So I know this is all over the web as well as this forum - but I'm adding to the mess.
I referred to this thread and followed instructions accordingly:
The problem is, although I don't get an error, my field is completely blank!
Based on many different answers here and the web, I have tried all of these
=strConv(field, vbProperCase)
--no error, but shows blank
=strConv(field, 3)
--no error, but shows blank
=Propercase(field)
--function not recognized and treated as parameter.
=Proper(field)
--function not recognized and treated as paameter.
I do recall something about setting the format property value to > or < to switch to upper, lower case instead of using a function, but I can't find it documented anywhere - I just know it works. Is there something like maybe = that would work for proper case?
I referred to this thread and followed instructions accordingly:
The problem is, although I don't get an error, my field is completely blank!
Based on many different answers here and the web, I have tried all of these
=strConv(field, vbProperCase)
--no error, but shows blank
=strConv(field, 3)
--no error, but shows blank
=Propercase(field)
--function not recognized and treated as parameter.
=Proper(field)
--function not recognized and treated as paameter.
I do recall something about setting the format property value to > or < to switch to upper, lower case instead of using a function, but I can't find it documented anywhere - I just know it works. Is there something like maybe = that would work for proper case?