Field Validation
the following is the validation i would like to add to a Name field where the acceptable values are :
Alphabets(a to z), space(), hyphen (-), apostrophe(')
FindOneOf ([<IndexedShortText0>], "~!@#$%^&*_{()[]:;<>,.?/=0123456789") = 0
or is there any other efficient way i can use?
thank you