Good day everyone,
I copied this expression/Validation Rule from Microsoft Website and placed it in the field (column) validation text rule. According to Microsoft, it is suppose to validate for the following: .com, .net, or .org e-mail addresses.
The problem is, when I first enter an invalid e-mail to check the validation rule, validation message fires up as expected. However, when I enter a valid e-mail address I still get the error message telling me to enter valid e-mail.
No matter what I do I keep getting the error message.
Here is the expression:
Code:
LIKE "[A-Z]*@[A-Z].com" OR "[A-Z]*@[A-Z].net" OR "[A-Z]*@[A-Z].org"
This is really killing me.
Thanks everyone.
Accession