select * from custPackingSlipTrans
join CustPackingSlipJour
on CustPackingSlipJour.SalesId = custPackingSlipTrans.SalesId
and CustPackingSlipJour.PackingSlipId = custPackingSlipTrans.PackingSlipId
join WHSLoadLine
on WHSLoadLine.InventTransType = 0
and WHSLoadLine.OrderNum = CustPackingSlipJour.SalesId
join WHSLoadTable on WHSLoadLine.LoadId = WHSLoadTable.LoadId
Abhilash Warrier
565
Martin Dráb
536
Most Valuable Professional
André Arnaud de Cal...
402
Super User 2025 Season 1