D
Darren Hill
I have a textbox or two that I want to run some validation on.
Basically, I only want to allow numbers, or uppercase or lowercase
letters, or commas, spaces, apostrophes, and full stops. (, '.)
What code would I need to restrict entry to these possibilities?
Or failing that, after they have been entered, to validate against them
to report an error.
Thanks,
Darren
Basically, I only want to allow numbers, or uppercase or lowercase
letters, or commas, spaces, apostrophes, and full stops. (, '.)
What code would I need to restrict entry to these possibilities?
Or failing that, after they have been entered, to validate against them
to report an error.
Thanks,
Darren