I can include ItemID in the dlookup, but how can I specify that it should be the itemID of THIS line of the query? The code below still picks "10" as the multiplier for all the lines.
SELECT tblMeasurements.ItemID, tblMeasurements.MeasurementID, tblMeasurements.MeasValue...