set input text as uppercase

J

Jim/Chris

You can do this with the Format property of the control,
just set the Format to >. However, this won't actually
capitalize the data, it will just make it that way when you
look at it. To actually change the data, in the AfterUpdate
event of the control try:

Me.ActiveControl=UCase(Me.ActiveControl)

Jim
 

Ask a Question

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.

Ask a Question

Top