If all you want to do is *see* the text in uppercase, add the greater-than
symbol ( > ) to the control's Format property. However, if you actually want
to change the text to uppercase, then add the followng to the control's
AfterUpdate event:
Me.txtMyText = UCase(Me.txtMyText)
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
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.