D
Duck
I am trying to develop a timeclock application, which contains a table
with fields for the employee name, StartTime, LunchOut, LunchIn, and
EndTime. The problems the table that contains these records only
contains for each record the user name and one of the other values.
So one record will contain a value for user and StartTime...next
record will contain values for user and LunchOut, etc.
How do I devise a query to get all the values for each day into the
same record, so that I can perform calculations to determine hours
worked, lunchtime hours, etc.??
with fields for the employee name, StartTime, LunchOut, LunchIn, and
EndTime. The problems the table that contains these records only
contains for each record the user name and one of the other values.
So one record will contain a value for user and StartTime...next
record will contain values for user and LunchOut, etc.
How do I devise a query to get all the values for each day into the
same record, so that I can perform calculations to determine hours
worked, lunchtime hours, etc.??