Alpha only field

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

Guest

in table creation how can I format a field to allow ALPHA characters only.
No numeric Thank you
 
Set the field's validation rule to something like this, which excludes
non-alpha characters but allows nulls:

Not Like "*[!A-Z]*" Or Is Null

On Thu, 19 Jan 2006 07:27:05 -0800, PCF Parks <PCF
 
Back
Top