This topic is locked

I want to autofill master table CONTROL field with NAME field in DETAIL TABLE

2/26/2016 6:58:57 AM
PHPRunner General questions
C
casuva author

How do I write automatically the value of the detail table in an area as an area of the master table.

I would like to brief you get the master table in a field value from the detail table.
DETAIL TABLE
ID I NAME I DATE I

1 xyz 1.1.16

2 bcd 2.11.16
MASTER TABLE
ID I CONTROL I BLABLA I TEST I ....

1 bcd 12 ...
I want to autofill master table CONTROL field with NAME field in DETAIL TABLE