• yes that is pretty easy to select them and check what value is there its just the update i am struggling with. here is the select

    select P.Id, P.Desc as PD,

    Tf.Description as TF ,

    PC.PID as PCI,

    PM.OP as Op

    from P left join TF ON

    P.ID = TF.ID

    left join PC on

    Pc.ID = P.ID

    left Join PCM on

    PCM.ID = P.ID