Alpha only field

P

PCF Parks

in table creation how can I format a field to allow ALPHA characters only.
No numeric Thank you
 
J

John Nurick

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
 
Top