i did that... and then...
AND the REAL reason it isnt working... you use a different variable name for email when you are making the sql string..
look at your original code.. i corrected it below
<%
username = Request.Form("username")
password = Request.Form("password")
firstName =...