I have a combo box that pulls the value from the database. But, whenever the value is a string (eg. Bob Jones)..it will only capture Bob.
<Select Name = "Name" value ="<%=session("Name")%>">
<Option Value = <%=rsAddComments("Name")%> selected> <%=rsAddComments("Name")%>
</select>
But...if I type in Bob Jones into the value and not pull it from the database...it works fine.
Thanks for any help
<Select Name = "Name" value ="<%=session("Name")%>">
<Option Value = <%=rsAddComments("Name")%> selected> <%=rsAddComments("Name")%>
</select>
But...if I type in Bob Jones into the value and not pull it from the database...it works fine.
Thanks for any help