S
smay
I currently use Access to maintain an mailing list. Bulk mailing address
requirements only allow capital letters, no punctuation or other characters.
I have limited the capitalization in the function.
I would like to use the validation rule below. The problem is it does not
allow the use of space between text as needed
Rule: Is Null Or Not Like "*[!((a-z) or (0-9))]*"
Accepts A to Z and 0 to 9, but no punctuation or other characters.
requirements only allow capital letters, no punctuation or other characters.
I have limited the capitalization in the function.
I would like to use the validation rule below. The problem is it does not
allow the use of space between text as needed
Rule: Is Null Or Not Like "*[!((a-z) or (0-9))]*"
Accepts A to Z and 0 to 9, but no punctuation or other characters.