In APEX 5.1 looking for help with a validation script to only allow alphabetic characters and a space or hyphen for a person's name. (i.e. no numbers or special characters other than a possible dash allowed).
I have a working validation for another field that allows alphanumeric but not special characters! Validation type for that is "Item does NOT contain any of the characters in Value". In the value field the following is placed... !@#$%^&*()-_+=[]{};:'",<.>/?\|
Thanks!!
Rebecca