Dear Guys
I am using a form to enter data in which I want to capitalize the first letter of the sentence.
I use the following code after update event of the text box
Me!DemReason = StrConv(Me!DemReason, vbProperCase)
This gives first letter of each word in upper case.
Any suggestions...?
foxtet
I am using a form to enter data in which I want to capitalize the first letter of the sentence.
I use the following code after update event of the text box
Me!DemReason = StrConv(Me!DemReason, vbProperCase)
This gives first letter of each word in upper case.
Any suggestions...?
foxtet