Try something like this in the Validation Rule of the field in the table:
Is Null Or ((Like "*?@?*.?*") And (Not Like "*[ ,;]*"))

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Has anyone seen a good input mask for email address that will catch input
> errors like "," instead of "." etc?
> Thanks BRC