Use UCase() in the AfterUpdate event of the control.
To just display the values in all caps, you can set the Format property of
the text box to:But that has some side effects:
- The stored value is not capitalized, so you get wrong results in a mail
merge.
- If you use this on a memo, the text is truncated.