Updating records displayed in Dynamic Tables
I am currently building a web based system that handels orders. There are various pages that all use dynamic tables (repeat tables) to display different details about the orders and all pages use the same "orders" database. I have created a recordset on each page to display the data and everything works corrdectly. In the repeat table I added an "update" column and for each row there is an "update" button in that column. My goal is for the user to be able to edit the fields that are editable and click the button "update" and have it update the record in the database. I have used the update record function in dreamweaver and all works correctally when there is only one row dispalyed however when more than one row is displayed it does not update liek planned... The form is wrapped around the repead table. Any advice on how to fix this would be great. Thanks so much.
