How would you write a validation code that only allows for letters and spaces?
E Elana Jan 30, 2009 #1 How would you write a validation code that only allows for letters and spaces?
A Allen Browne Jan 31, 2009 #2 Elana said: How would you write a validation code that only allows for letters and spaces? Click to expand... Try: Is Null Or Not Like "*[!a-z Or "" ""]*" More info on validation rules: http://allenbrowne.com/ValidationRule.html
Elana said: How would you write a validation code that only allows for letters and spaces? Click to expand... Try: Is Null Or Not Like "*[!a-z Or "" ""]*" More info on validation rules: http://allenbrowne.com/ValidationRule.html