in table creation how can I format a field to allow ALPHA characters only. No numeric Thank you
P PCF Parks Jan 19, 2006 #1 in table creation how can I format a field to allow ALPHA characters only. No numeric Thank you
J John Nurick Jan 19, 2006 #2 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
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