D
David
I want to make a text box that allows users to input
serial numbers. But I don't want them to type in the
symbol "-" (a.k.a. dash) which sometimes is part of a
serial number format (example: 1234-567) I want it to show
as "1234567" instead.
How can I setup the text box so if a user types in a dash
symbol it either gets wiped out when text box no longer
has focus, or use an error message to user to let them
know that the box won't except their input if they use the
dash symbol.
I assume at this point it would be some sort of validation
rule setup but there may be other answers. Please advise...
serial numbers. But I don't want them to type in the
symbol "-" (a.k.a. dash) which sometimes is part of a
serial number format (example: 1234-567) I want it to show
as "1234567" instead.
How can I setup the text box so if a user types in a dash
symbol it either gets wiped out when text box no longer
has focus, or use an error message to user to let them
know that the box won't except their input if they use the
dash symbol.
I assume at this point it would be some sort of validation
rule setup but there may be other answers. Please advise...