Hi all,
I'm trying to make an updatable query for a partsorder form, but im having trouble.
I think its due to having to many inner joins, but is there a way to make this work:
SELECT DISTINCTROW WoJobTbl.JobItemNo, PartsOrder.OrderPriority
FROM ((EstimateTbl INNER JOIN WoJobTbl ON...