Validation

C

Craig Willetts

Hello

I'm using Microsoft Access 2002,

In my table I have a field for E-Mail Address's and I
want that field to display a error message when an @ sign
is not entered using Validation.

Please Help, Thanks
 
T

Tim Ferguson

In my table I have a field for E-Mail Address's and I
want that field to display a error message when an @ sign
is not entered using Validation.

Set the ValidationRule to

LIKE "*@*" OR IS NULL

Hope that helps


Tim F
 

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

Top