I have a cfform that displays the results of a cfquery in a table. The table
lives within the form and for each record that is displayed, there are three
fields that the client can enter data into (two are checkboxes and one is a
selectbox (not multi)). When the client submits the form I would like it to
update the table record for the corresponding record in the form. How can I do
this? Since the checkboxes and selectbox are named the same for each record,
is there a way to perform a dynamic loop that distinguishes one record on the
form from the rest?