You tried to excute a query that does not include the specifed expression "date" as part of the aggerate function , this is the error message i get when i write an expression.
SELECT Time.DATE, Time.[Task (SCC)], Time.[REG HRS], Time.[OVER TIME], Sum([reg hrs]+[overtime]) AS Expr1
FROM [Time]...