Hi guys,
I was just wondering if there was a better way of writing this bit of code.. It not the fastest
Select t1.PWO,t1.OrderLine, t1.Item,t1.OrderQty, t1.TotalComponentCost, t2.ActLabourHrs, t2.LABOH
From
(Select PWO,OrderLine,Item, OrderQty, TotalComponentCost
from table1
Where...