What data validation should I use if I want text but not number?

C

Chris

Hi

Please could you help me

I want to enter text only (NO NUMBERs ALLOWED) What should I type.


Chris
 
S

Sandra Daigle

Try putting the following into the validation rule of the field in the
table:

Not Like "*[0-9]*"
 
Top