Force/Convert to Upper Case

L

LyLy

Good Afternoon,

I have a form in InfoPath and would like to force a couple of fields to
upper case regardless of what is entered. Doesn't have to be as user types
data in, but can be switched after user moved to next field.

Thanks,
LyLy
 
S

Swathi

Hi,
Following function will work when user moved to next field.
Set the default value of the textbox to the formula
translate(., "abc ... z", "ABC ... Z")
 
L

LyLy

Thanks, that worked!

Swathi said:
Hi,
Following function will work when user moved to next field.
Set the default value of the textbox to the formula
translate(., "abc ... z", "ABC ... Z")
 

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