N
|
nix386 8/21/2008 |
I don't think you can but you can include the detail fields in the master table then insert these values into the detail table then record is added/updated? |
J
|
Jane 8/21/2008 |
Hi, global $conn; $sql = "update othertable set joinedfield=".$vales["joinedfield"]." ... "; db_exec($sql,$conn); unset($vales["joinedfield"]); |