How to add child nodes to a existing relevant Parent Node

  • Thread starter Thread starter Niroshan2019
  • Start date Start date
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

  • ID*
  • Customer Name
  • Address

Table2

  • CustID*
  • InvoiceNo
  • Total

(* Linked fields)

Continue reading...
 
Back
Top