|
I
|
Imran Minhas 8/9/2022 |
|
I am not an expert in coding, but i have done a similar task where child table has a drop down depending on field value from master table's field value. in dropdeownlist select table details and in WHERE add "fieldname"=':master.rate' and then This dropdown list depends on "fieldname" I am not sure if this will help in your case, but try it out. |
|
|
|
Sergey Kornilov admin 8/9/2022 |
|
PHPRunner has getMasterRecord() function that is specifically designed for this purpose. |
|