For some strange reason, all of a sudden, none of my fields on my forms wont capitalize.
Ex:
Field Name CustCompanyName
Code on After UpDate Event
CustCompanyName = StrConv(CustCompanyName, vbProperCase)
Why?
I turned OFF the AutoCorrect thing, no change.