This topic is locked

MASTER - DETAILS RELATION

2/1/2011 11:36:51 AM
PHPRunner General questions
C
ckapote author

HI TO ALL ,
I HAVE THE FOLLOWING MASTER TABLE :
tblRequisition with fields:
id1

Equipment1

Code

Maker
And is linked with DETAIL table tblparts connected with fields tblRequisition.Equipment1 and tblpart.Equipment2

id2

Equipment2

OrderNo
The question is how can I get id1 value after I edit DETAIL_table i.e. tblparts
NOTE : PLS NOTE $_SESSION[$strTableName."_masterkey1" RETURNS MASTER TABLES EQUIPMENT1 VALUE WHICH IS NOT WHAT I AM LOOKING FOR ! THANKS
Thanks