superdog4492
Programmer
Hi!
I'm working on an online questionnaire (ASP with SQL Server db). I fear i've painted myself in to a corner....
I'd like to let the user return to a question that they've already submitted to the request.form object, and provide a new answer that replaces the old one. If I just submit a second value, the two values become a comma-delimited list. Ideally, I'd like the second value to replace the first. Is there any way to make that happen? Can the request.form object be manipulated programmatically, or only through a form element's submission?
Any help would be greatly appreciated...thanks!
superdog
I'm working on an online questionnaire (ASP with SQL Server db). I fear i've painted myself in to a corner....
I'd like to let the user return to a question that they've already submitted to the request.form object, and provide a new answer that replaces the old one. If I just submit a second value, the two values become a comma-delimited list. Ideally, I'd like the second value to replace the first. Is there any way to make that happen? Can the request.form object be manipulated programmatically, or only through a form element's submission?
Any help would be greatly appreciated...thanks!
superdog