Amended your SQL statement for your query as follows and it populates properly for me.
SELECT Sum((CInt(Format([Downtime(Hrs)],"hh"))*60)+CInt(Format([Downtime(hrs)],"n"))) AS TotalMins, tblBreakdowns.BreakdownID, tblBreakdowns.[Date of Breakdown], tblBreakdowns.[Machine Name]...