mark123456
New member
- Local time
- Today, 13:17
- Joined
- May 20, 2010
- Messages
- 6
I am creating a database that keeps track of my company's payroll. I am looking to create a query that will be used to generate a report that will give a breakdown of the hours each employee worked per day (for a given time period) and then subtotal the data. All times are stored as numbers and are expressed as portions of 1 hour (6.50 is equal to 6:30).
I would like to make my report look like this:
John Smith July 25, 2009 8.00 17.00 9.00
John Smith July 26, 2009 7.95 17.05 9.10
John Smith 18.10
Mary Carter July 25, 2009 7.99 17.01 9.02
Mary Carter July 26, 2009 8.01 16.99 8.98
Mary Carter 18.00
How can I accomplish this?
Any help is greatly appreciated.
Thanks in Advance,
Mark
I would like to make my report look like this:
John Smith July 25, 2009 8.00 17.00 9.00
John Smith July 26, 2009 7.95 17.05 9.10
John Smith 18.10
Mary Carter July 25, 2009 7.99 17.01 9.02
Mary Carter July 26, 2009 8.01 16.99 8.98
Mary Carter 18.00
How can I accomplish this?
Any help is greatly appreciated.
Thanks in Advance,
Mark