I have a timeclock that produces a steady flow of scans into an access table. I have a query off that table that organizes the scans by person and by date. I also have a report that gives me the employee and his scan times from that guery but I want to add his hours worked. The scans go into the table in the Date/Time format all in the same field. What programming do I use to find the hours worked by day and also by week. Thanks