Hello -
I have a text box in which I want to restrict entry to be only numbers, letters, or spaces. No other characters (punctuation, etc) is acceptable. I'd like to make it so that if the user presses a non-allowed key (e.g. a comma), nothing happens - it won't enter it and the cursor doesn't move.
Any suggestions?
Thanks in advance!
I have a text box in which I want to restrict entry to be only numbers, letters, or spaces. No other characters (punctuation, etc) is acceptable. I'd like to make it so that if the user presses a non-allowed key (e.g. a comma), nothing happens - it won't enter it and the cursor doesn't move.
Any suggestions?
Thanks in advance!