0
 Dim req_view_item = From ppmp_item In dbcon.tblPPMPs Join ppmp_req In dbcon.tblREQUESTs _
                            On ppmp_item.IDN Equals ppmp_req.IDN
        req_dgv.DataSource = req_view_item

What's wrong with my code it didn't join the two table.. this is the result..

enter image description here

Catarina Ferreira
  • 1,824
  • 5
  • 17
  • 26

0 Answers0