Validation arguments

C

Carol Shu

I'm trying to set up a field that will allow you to type in anything but no
letters "I", "O" and "Q" how to do this with my validation rule? Thanx!
 
A

Allen Browne

Sorry: missed a closing quote:
Is Null OR Not (Like "*I*" OR Like "*O*" OR Like "*Q*")
 

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

Similar Threads

Validation rules - digits & letters only 1
Validation Rule 2
Validation arguments 2
Validation Rule in Access 2007 3
Input Mask or Validation? 24
email validation 6
Validation Rule 1
validation rule 1

Top