Question
Help with update
I query a table by a part number and retrieve all the line
items for that part number. I then display in a table using
<cfoutput query>. At the end of each row, I want to add
another text field for comments, <cfinput type="text"
name="comments" size="30">, somthing like that.
To associate each comments text field with the others, I would use #currentrow# or some type of row id ?
How do I update the table so that each record/row is updated accordingly with the corresponding comments text ?
To associate each comments text field with the others, I would use #currentrow# or some type of row id ?
How do I update the table so that each record/row is updated accordingly with the corresponding comments text ?
