Newbies Lake15 Posted May 22, 2001 Newbies Posted May 22, 2001 Can someone provide a simple validation calculation for an email address field? I want to make sure the user does'nt accidentally insert a space or line break in the address. There may be other illegal characters not allowed in email addresses, however, instead of researching email protocol, I figured someone hear could point me in the right direction. Thanks. Gordon
Chuck Posted May 22, 2001 Posted May 22, 2001 This should work: PatternCount( Email_Address, " " ) = 0
Recommended Posts
This topic is 8573 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now