G
Guest
I am currently working on a database that monitors the entry and exit of
outsourced workers. Each worker will generate the maximum of four entries in
the database as follows: Entry (arrival at work), Exit (for lunch), Entry
(return for lunch), Exit (departure from work). I would like to be able to
identify each of the entries for the day as the first, second, third, and
fourth for each of the workers (generate a column carrying intergers
1,2,3,4); then, I would like to be able to identify each entry as
Arrival_at_Work, Exit_for_lunch, Return_from_Lunch, Departure_from_Work. In
addition, I would like to calculate the time each worker used for lunch. How
do I do that? Can somebody help me?
I thank in advance anyone capable of helping me.
outsourced workers. Each worker will generate the maximum of four entries in
the database as follows: Entry (arrival at work), Exit (for lunch), Entry
(return for lunch), Exit (departure from work). I would like to be able to
identify each of the entries for the day as the first, second, third, and
fourth for each of the workers (generate a column carrying intergers
1,2,3,4); then, I would like to be able to identify each entry as
Arrival_at_Work, Exit_for_lunch, Return_from_Lunch, Departure_from_Work. In
addition, I would like to calculate the time each worker used for lunch. How
do I do that? Can somebody help me?
I thank in advance anyone capable of helping me.