Hi I'm trying to get my Query to my records hope you guys can help me out :o)
My Sql looks like this
SELECT (SELECT Count(*) FROM Rapport WHERE [ID] < List.ID And Left(List.[Measuring],2) = Left(Rapport.[Measuring],2))+1 AS No, Left(List.[Measuring],2) AS Measured, List.Values
FROM Rapport AS...