I've got the query to run but had to tweak it a bit, what is the difference between using HAVING and WHERE?
SELECT
DATEVALUE([Finished]) AS [FinishDate],
Paintshop_tblProduction.PartNo,
Paintshop_tblProduction.Description,
Sum(Paintshop_tblProduction.[Actual Qty Produced]) AS Total...