Answered
Truncate test after character
I have two text fields - Text1 and Text2. In Text1, the user will type the name of a vendor followed by a dash followed by a description. For example, the user might type XYX Corp - widgets. The text in Text1 should then copy into Text2, but the text should be truncated in Text2 to only show the text before the dash. In other words, Text2 would only contain XYZ, Corp. Thanks.
