I have been reading on changing already typed fields into ProperCase, I read the thread below:
If using StrConv function in a query expression, use the vbProperCase constant’s numerical value rather than named constant, e.g.:
StrConv([FLD_NAME],3)
The Object Browser will provide the numerical equivalent for named constants, e.g. Const vbProperCase = 3.
for an update query, but don’t know what the 3 is for…(such a VBA baby)…not sure about the numerical input here or why. Is there any EASY way to convert typed text in a form field to make it Proper case in Access (know how in Excel)…but in Access that doesn’t require a lot of VBA…i have trouble placing functions…
thanks so very much
Nannette