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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156