Test Elementor Pro

Combo Box Flow
SELECT qryQAMeasures.ActualDateUTC,
	qryQAMeasures.LineID,
	qryQAMeasures.ProductFamilyCode,
	qryNEWESTProductFamilyStandards.SheetMin,
	qryNEWESTProductFamilyStandards.WidthMin,
	qryNEWESTProductFamilyStandards.LengthMin,
	qryQAMeasures.Name,
	qryQAMeasures.Value,
	qryNEWESTProductFamilyStandards.MaxOfMaxOfEffectiv eDate,
	(
		SELECT AVG([Value])
		FROM [qryQAMeasures]
		WHERE [Name] = "Sheet Length*"
		) AS AvgSheetCount
FROM qryQAMeasures
INNER JOIN qryNEWESTProductFamilyStandards
	ON (qryQAMeasures.LineID = qryNEWESTProductFamilyStandards.LineID)
		AND (qryQAMeasures.ProductFamilyCode = qryNEWESTProductFamilyStandards.ProductFamilyCode)
GROUP BY qryQAMeasures.ActualDateUTC,
	qryQAMeasures.LineID,
	qryQAMeasures.ProductFamilyCode,
	qryNEWESTProductFamilyStandards.SheetMin,
	qryNEWESTProductFamilyStandards.WidthMin,
	qryNEWESTProductFamilyStandards.LengthMin,
	qryQAMeasures.Name,
	qryQAMeasures.Value,
	qryNEWESTProductFamilyStandards.MaxOfMaxOfEffectiv eDate,
	(
		SELECT AVG([Value])
		FROM [qryQAMeasures]
		WHERE [Name] = "Sheet Length*"
		)
HAVING (
		((qryQAMeasures.ActualDateUTC) = #1 / 8 / 2020 #)
		AND ((qryQAMeasures.LineID) = "324")
		AND (
			(qryQAMeasures.Name) = "Sheet Count"
			OR (qryQAMeasures.Name) = "Sheet Width"
			OR (qryQAMeasures.Name) LIKE "Sheet Length*"
			)
		);

This website uses third-party software - WordPress Add-Ins to be exact. I don't know what any individual add-in does, but I'm sure that many of them collect information about you. So be aware, if you continue using this site, then you are likely to be sharing your information. I don't know how to disable this sharing for any, or all of the plugins for individual users. So I can't stop the sharing of information. If this worries you then please do not use this site... If you continue to use this site I will assume that you are happy with it.

Do you need a hand in the right direction?

You are in the right place.