email input mask?

  • Thread starter Thread starter Ldappa
  • Start date Start date
L

Ldappa

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

(e-mail address removed)
 
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
 
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.

(e-mail address removed)
 
Back
Top