asked on March 4, 2017
•
Show version history
In Forms, I don't want to allow users to enter double quotes in a textarea field in a table. Since I can't stop them from entering the quotes, I'm trying to remove them when the user moves away from the field.
I'm trying to use the Substitute function in a Calculation, but I'm not having any luck. Is it possible to do this with a field Calculation, or do I need to resort to javascript?
Here's what I tried, among other variations:
=SUBSTITUTE(INDEX(My_Table.My_Field,ROW()), """", "")
Thanks!
0
0