I don't know why my check-box value is not being inserted when left blank. Thanks in advance.
Check box value = In Blue
SQL9="INSERT INTO table (field1,field2,hot,field4,field5,field6) Values ("&_
""& request.form("field1"
& ", " &_
"'"& request.form("field2"
& "', " &_
""& request.form("hot"
& ", " &_
"'"& request.form("field4"
& "', " &_
"#"& field5 & "#, " &_
""& request.form("field6"
& "
"
QUOTE OF THE DAY
"The most important ingredient in the formula of success is knowing how to get along with people"
<%
Jr Clown
%>
Check box value = In Blue
SQL9="INSERT INTO table (field1,field2,hot,field4,field5,field6) Values ("&_
""& request.form("field1"
"'"& request.form("field2"
""& request.form("hot"
"'"& request.form("field4"
"#"& field5 & "#, " &_
""& request.form("field6"
QUOTE OF THE DAY
"The most important ingredient in the formula of success is knowing how to get along with people"
<%
Jr Clown
%>