I have 11 rows in my html table that I want to add via my recordset. With one record you would do an "addnew" and "update" to complete the transaction. What do I do if I want to loop through the 11 rows in my html table, parse them out to my recordset and do an "addnew" and an "update" for each record in a loop? Or is there a way to "append" mulitple records to an open recordset? what's the best way to add "mulitple" records via a recordset?
Mike Johnson
Mike Johnson