B BRC Dec 31, 2005 #1 Has anyone seen a good input mask for email address that will catch input errors like "," instead of "." etc? Thanks BRC
Has anyone seen a good input mask for email address that will catch input errors like "," instead of "." etc? Thanks BRC
A Allen Browne Dec 31, 2005 #2 Try something like this in the Validation Rule of the field in the table: Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))
Try something like this in the Validation Rule of the field in the table: Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))