Forum Discussion
MarkShnier__You
2 months agoQrew Legend
I suggest that you make a formula field called [My field in Standard Format] to convert the user entered text to upper case.
Upper([My Field])
Then you can use a form rule to say
When the record is saved,
and [My Field] is not equal to [My field in Standard Format]
change the value of [My Field] to the value in the field [My field in Standard Format]
That should work if all the editing is in a form. You can also use a Pipeline. To make that change after the record is saved. That will work for imports or Grid edit where you are not editing in a form.