G
Guest
Hi,
I need help on the design property for text only entry in a table.
Al
I need help on the design property for text only entry in a table.
Al
You might want to set the Validation Rule property to
Like "*[a-zA-Z]" And Not Like "* *"
This will allow any number of characters to be entered and won't accept
numbers or spaces.
Someone more familiar with Regular Expressions might have a better solution.