Alpha only field

G

Guest

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
 

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

Top