hi all.
i made 2 table: Tbl1:(product , warrantyNo) Tbl2:(customer,tell , product,warrantyNo)
the product field in tbl2 , it's bind by select query and work good. but i want when i choose product in dropDownList in tbl2, warrantyNo of product fill automatically...! what should i do?
In Fields option you can use join and give your product value - {% product @%} in SQL Query and also you need to check "has depending field" attribute to true
well, thanks a a lot :X
Please, sign in to be able to submit a new answer.