Good Morning!
I am trying to put a validation rule into my table for an email address, to dictate that the last part of the email MUST be @my.lonestar.edu
I have reviewed this forum, as well as others and have tried various ways.
Is null or (Like "*?@my.lonestar.edu*")
Is null or ((Like "*?@my.lonestar.edu*") And (Not Like "*[ ,;]*"))
Is Null OR ((Like "*?@?*.?*.?*") AND (Not Like "*[ ,;]*"))
The problem is that when I either try to test the rule on exisiting data or import new data, I receive an error that my data does not match the rule. I have verified that my email addresses are all @my.lonestar.edu
Any advice or input would be appreciated.
Kim
I am trying to put a validation rule into my table for an email address, to dictate that the last part of the email MUST be @my.lonestar.edu
I have reviewed this forum, as well as others and have tried various ways.
Is null or (Like "*?@my.lonestar.edu*")
Is null or ((Like "*?@my.lonestar.edu*") And (Not Like "*[ ,;]*"))
Is Null OR ((Like "*?@?*.?*.?*") AND (Not Like "*[ ,;]*"))
The problem is that when I either try to test the rule on exisiting data or import new data, I receive an error that my data does not match the rule. I have verified that my email addresses are all @my.lonestar.edu
Any advice or input would be appreciated.
Kim