Hi vbaInet,
Thank you for your answer.
1)I have created the form and the two text boxes
2) I have modified the query
SELECT summaryTable.Account, Fix((Sum(SummaryTable.Time)*24*60)/60)+((Sum(SummaryTable.Time)*24*60) Mod 60)/100 AS WORKED_HOUR
FROM summaryTable
WHERE summaryTable.Date Between...