email input mask?

B

Beetle

Not a format, but you can use a Validation Rule of;

Is Null OR ((Like "*?@?*.?*") AND (Not Like "*[ ,;]*"))

with Validation Text like;

Not a valid e-mail address
 
L

Ldappa

Thanks Beetle,

As you already know it worked perfectly;)

Thanks so much for your help!
--
Ldappa


Beetle said:
Not a format, but you can use a Validation Rule of;

Is Null OR ((Like "*?@?*.?*") AND (Not Like "*[ ,;]*"))

with Validation Text like;

Not a valid e-mail address
--
_________

Sean Bailey


Ldappa said:
Hi,
Is there any way to format an text boxt for an email addy like you do a
date or phone number.

[email protected]
 
Top