capitalize

  • Thread starter Thread starter Guest
  • Start date Start date
Is that the name of the text box in the form?

can you post the full code from the after update event of the text box,
include the

Sub SubName()
code
End Sub
 
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.
 

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

Similar Threads


Back
Top