i have a text box on a form called txtDescription
on the after update event i want to convert the first character in the txtDescription field to uppercase.
I dont want to use vbProperCase because that will convert all first characters of each word in the field to uppercase
thanks in advance
on the after update event i want to convert the first character in the txtDescription field to uppercase.
I dont want to use vbProperCase because that will convert all first characters of each word in the field to uppercase
thanks in advance