M
Mike Labosh
Somebody hit me with a cluebat, because I can't see it:
SELECT q.*, t.ProdSeriesCode
FROM quniMachineTypeForTNSImportWithoutProdSeriesCode q
INNER JOIN (
SELECT DISTINCT MTCode, ProdSeriesCode
FROM Tbl_HWProducts
) t
ON t.MTCode = q.MTCode
After clicking OK on the error message, Access 97 highlights the second
SELECT keword. PLEASE don't tell me Access 97 can't do subqueries?!?
SELECT q.*, t.ProdSeriesCode
FROM quniMachineTypeForTNSImportWithoutProdSeriesCode q
INNER JOIN (
SELECT DISTINCT MTCode, ProdSeriesCode
FROM Tbl_HWProducts
) t
ON t.MTCode = q.MTCode
After clicking OK on the error message, Access 97 highlights the second
SELECT keword. PLEASE don't tell me Access 97 can't do subqueries?!?