Z
ZippyV
I have a table with users and a column that contains the emailadresses. A
user doesn't need to have an emailadress but if he enters one, it should be
valid. My validationrule looks like this:
Is Null Or Like "?*@?*.?*"
While I enter data in Access there is no problem and the rule works like it
should but when I try to enter data using my vb.net application I get an
OleDbException which gives me the validationmessage ("Please insert a valid
emailadress").
What is wrong with my rule and why does it give only problems when using
..net? If I change the rule to
="TEST"
then there is no problem in both Access and .net
user doesn't need to have an emailadress but if he enters one, it should be
valid. My validationrule looks like this:
Is Null Or Like "?*@?*.?*"
While I enter data in Access there is no problem and the rule works like it
should but when I try to enter data using my vb.net application I get an
OleDbException which gives me the validationmessage ("Please insert a valid
emailadress").
What is wrong with my rule and why does it give only problems when using
..net? If I change the rule to
="TEST"
then there is no problem in both Access and .net