P
Programmer - wannaB
I have a 3 character text field that needs to be set to allow only letters no
numbers, but I can not figure out a way to prevent it from allowing numbers.
Is there a different data type I should use or what is it that I need to
place in the validation rule. I've tried things like
not like "###" and
not like "999"
when I look at the builder there are no fuctions like ISALPHA()
would someone please tell me how I can accomplish this... Thank you
numbers, but I can not figure out a way to prevent it from allowing numbers.
Is there a different data type I should use or what is it that I need to
place in the validation rule. I've tried things like
not like "###" and
not like "999"
when I look at the builder there are no fuctions like ISALPHA()
would someone please tell me how I can accomplish this... Thank you