I need to update multiple records in a table from a form. When I pass the data to the action page it tries to put all of the information in to the fields in the first record. When I look in the debugger it shows all of the different fields in list format.
Parameters
RecordID=10,11
Icode=998260,998245
qty=48,48
The error says the form entries are incomplete or Invalid.
Is there a way to loop through the cfupdate one record at a time.
I know the cfupdate isn’t the method of choice, I will use an alternative method if there are suggestions.
I would rather pass all of the form info at one time as opposed to making the user update one record at a time.
Thanks in Advance,
Matt
Parameters
RecordID=10,11
Icode=998260,998245
qty=48,48
The error says the form entries are incomplete or Invalid.
Is there a way to loop through the cfupdate one record at a time.
I know the cfupdate isn’t the method of choice, I will use an alternative method if there are suggestions.
I would rather pass all of the form info at one time as opposed to making the user update one record at a time.
Thanks in Advance,
Matt