A family of Microsoft relational database management systems designed for ease of use.
You seem to be missing some "*". Try this from Allen Browne's site Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In the "Validation Rule" of the Field Properties for the EmailAddress of the Access tblStudent this rule: <Is Null OR ((Like "?@?.?") AND (Not Like "[ ,;]*"))> produces the following error: Syntax Error, Missing Operator
How to correct it.
Thank you
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You seem to be missing some "*". Try this from Allen Browne's site Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))
Did you enter this into the Validation Rule for the field? By "it did not work" I would expect a little more clarification like "it allowed me to enter..." or "an error message ...".
Thank you again.
Yes I entered the text of the rule for the field "Email".
The error message was in French:
"Erreur de syntaxe (opérateur absent) dans l'expression de validation au niveau de la table"
Google translation:
"Syntax error (absent operator) in the validation expression at table"
I must add that the Email Address field <Email> has over a 1000 records. Some of them are <mailto:>, others are <http://>. I want these last ones be <mailto:> also. Because when a secretary wants to send a message to one of the students, it will will be easier if all entries are <mailto:>
Hope it helps.
Thanx
You seem to be missing some "*". Try this from Allen Browne's site Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))
Thank you, but it did not work.
Did you enter this into the Validation Rule for the field? By "it did not work" I would expect a little more clarification like "it allowed me to enter..." or "an error message ...".