Textbox on form, sometimes people are adding a comma to start the text or a space to add the text, is there a way to trim the string if the first character is a text or a space? To make it more difficult (for me at least) it is concatenating 2 fields so I can't just simply use the left function to trim the 1st 2 characters.
My current syntax is this:
Code:CombineTextFields: [textbox1] &" "+[textbox2]