I have the below query
SELECT [DENSO Plants].[DENSO Plant name], SkpiProblemLog.SupplierCode, SkpiProblemLog.NAMC, SkpiProblemLog.Type, SkpiINVESTIGATION.Responsible, SkpiProblemLog.Date
FROM (SkpiProblemLog INNER JOIN SkpiINVESTIGATION ON SkpiProblemLog.ScrapRecordTag =...