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..