Field Validation Rule

O

oscar

What is the code to validate a text field to be alpha
only? Any sites with examples of validation rules and
field formatting?
 
M

Michel Walsh

Hi,



NOT LIKE '*[0123456789]*'



include all the characters you do not want to see (here, I assumed just
digits were forbidden).




Hoping it may help,
Vanderghast, Access MVP
 
Top