This topic is locked

Update several detail items at once

4/10/2006 4:52:37 PM
PHPRunner General questions
D
davidmcconnell author

Hi,
I have a parts order tracking system that was created with PHPRunner. There is a "header" table and a "detail" table. The tables are related on order ID. Obviously, there can be multiple detail records associated with a single header record. There are a couple fields in the detail table "status" and "status_date". Right now, I have to edit each detail record separately to update the status and date. Is there a way that I could add a button or link, that would update all the detail records for a particular header?
Thanks,

David McConnell