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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.