I have a form with 5 input fields. On submit, I'm displaying the data just submitted below the form.
Here's my problem. I don't know how to make the loop NOT crash when there's no data yet.
field1: <%=RS("field1:"
%><br>
field2: <%=RS("field2:"
%><br>
field3: <%=RS("field3:"
%><br>
field4: <%=RS("field4:"
%><br>
field5: <%=RS("field5:"
%><br>
QUOTE OF THE DAY
"The most important ingredient in the formula of success is knowing how to get along with people"
<%
Jr Clown
%>
Here's my problem. I don't know how to make the loop NOT crash when there's no data yet.
field1: <%=RS("field1:"

field2: <%=RS("field2:"

field3: <%=RS("field3:"

field4: <%=RS("field4:"

field5: <%=RS("field5:"

QUOTE OF THE DAY
"The most important ingredient in the formula of success is knowing how to get along with people"
<%
Jr Clown
%>