I have a function CheckEmailName() that works, at least in the immediate window.
Like this:
?CheckEmailName(joe@workcom)
returns msg: missing .
Wonderful but when I tried to use it on my form in the beforeupdate on the field like this it did nothing: CheckEmailName(MyField)
PS I did try it on the form with the same email address
Anyone know how I should be doing this so I get the function to return my validation msg if the
Like this:
?CheckEmailName(joe@workcom)
returns msg: missing .
Wonderful but when I tried to use it on my form in the beforeupdate on the field like this it did nothing: CheckEmailName(MyField)
PS I did try it on the form with the same email address
Anyone know how I should be doing this so I get the function to return my validation msg if the