Typically a rs.Open command will leave the record set open, while the rs.Execute command will run the SQL statment or populate the record set one time.
Make sure you have the quotes around your value field other wise it will think the value has ended at the space.
Example:
<input type="text" name="address" value="<%= address %>">
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.