This topic is locked

update

8/18/2009 2:28:49 AM
PHPRunner General questions
S
sogoli author

i have two table
table1 :(mastertable)

id , name,family
table2 :(details)

id , name,family
now,i want to update table2 then to update table1 with table2's data

J
Jane 8/18/2009

Hi,
use After record updated event on the Events tab. All entered values are stored in the$values array.