Hi I have corrected it so it now shows:
----------------------------------------------------
conn.execute "INSERT tblMails VALUES (" _
& "'" & Request("email") & "', " _
& "'" & Request("first_name") & "', " _
& "'" & Request("last_name") & "', " _
& "'1', " _
& "'0', " _
& "'0', " _
& "'" &...