Forum Discussion

trina46844's avatar
trina46844
Copper Contributor
Dec 28, 2019

Convert all lower case or all upper case to Sentence or Proper Case

Using InfoPath, how do you make a text box control automatically convert from all lower case or all upper case to Sentence Case or Proper Case?  Thanks!

1 Reply

  • ellan1537's avatar
    ellan1537
    Iron Contributor

    trina46844  

    You can resolve this by creating an out-of-the-box calculated column with type Text and formula/syntax =PROPER([Column_Name])

     

    Hope this helps!

     

    Below is an example:

     

Resources