Forced "@" in Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to ensure that in a field for e-mail addresses, the "@" sign
must be present somewhere in the address?
 
Open your table in design view.
Select your email address field.
In the lower pane of table design, set the Validation Rule to:
Is Null Or Like "*@*"

For a more comprehensive rule, consider something like this:
Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top