How to check form -> email



I have a web form, where the user has the possibility of entering his/her email-adress. I know this isn't the best way to do things, unless I have a validation present - so, how do I implement that?

I understand the concept of validating, and I have already a validation code present in my form (the form does not get sent unless you type in the code - basic stuff)

But how do I validate that there has only been _one_ emailadress typed in the field? Or none, for that matter - the field isn't required. And, of course, I'd also like to be able to rule out cases where people try to add \nBcc or the like.

Anyone have any pointers?

--
mvh
Ørjan Langbakk
http://www.bergenpchjelp.no
http://www.cubic-design.net
.



Relevant Pages

  • Re: Windows update failure
    ... Double click the file and follow the steps to install. ... Validation Status: Genuine ... Online Validation Code: N/A ... Download unsigned ActiveX controls: Prompt ...
    (microsoft.public.windowsupdate)
  • Re: Sql Server CE - Out Of Memory
    ... Connected Innovation ... > I'm writing an application in eVC4 that will use a SqlServerCE database. ... > // Validation ... > // Validation code ...
    (microsoft.public.sqlserver.ce)
  • RE: Standard Error Message
    ... If you have your validation code in the table, ... >>> I have two forms that have several required fields. ... the validation rules are not working as I expect them ...
    (microsoft.public.access.forms)
  • Re: Access Form Null Checking with Linked SQL / ODBC Table
    ... I searched around and found some validation code. ... the msgbox command has bad syntax. ... I can set the null checking on the SQL server ...
    (microsoft.public.access.forms)
  • Re: Control Validation
    ... Validation code could be like this... ... (assumes Course ID is a number data type) ... On the form that I am designing, I am trying to create a control that will validate the Course ID Number and give a recommendation if an invalid one is entered. ... the validation rule would compare the requested number with a query of currently used Course ID Numbers. ...
    (microsoft.public.access.forms)