Forum Discussion
trina46844
Dec 28, 2019Copper Contributor
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!
ellan1537
Dec 31, 2019Iron Contributor
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: