Validation

  • Thread starter Thread starter Craig Willetts
  • Start date Start date
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
 
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
 
Back
Top