input mask for email addresses

  • Thread starter Thread starter BRC
  • Start date Start date
B

BRC

Has anyone seen a good input mask for email address that will catch input
errors like "," instead of "." etc?
Thanks BRC
 
Try something like this in the Validation Rule of the field in the table:
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