N
Niroshan2019
Guest
Thank you.
I have two sql data tables, my requirement is, I want to add "Table1" ->"Customer name" as parent node and "Table2" -> "InvoiceNo" as child nodes under its relevant "Customer name node". Please help me on this.
Thank you.
Table1
Table2
(* Linked fields)
Continue reading...
I have two sql data tables, my requirement is, I want to add "Table1" ->"Customer name" as parent node and "Table2" -> "InvoiceNo" as child nodes under its relevant "Customer name node". Please help me on this.
Thank you.
Table1
- ID*
- Customer Name
- Address
Table2
- CustID*
- InvoiceNo
- Total
(* Linked fields)
Continue reading...