Aug 30, 2021 08:02 AM
I have multiple users submitting new records via a form
I have a view that captures all these new records and I would like to make a number of fields UPPER CASE
How do I apply the UPPER() formula over exiting data within the field?
Aug 30, 2021 09:25 AM
You could use a script block like this one.
Sep 01, 2021 01:08 PM
Thanks Bill, will take a look at that and see can I figure it