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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Please could you help me

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


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

Not Like "*[0-9]*"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top