How to pass value from one record type to another record type and filter the record with that value

I have two record types, what I am trying to achieve is, when I click on the Orderid (below) from record type one,   

the second record should be displayed with only row where OrderId is 2345.

  

I have been able to display all the data (above image) from second record type but not the one which order Id I selected.

Please help me with it.

  Discussion posts and replies are publicly visible