I am a newy so please bear with me.
I am building a database to capture how many hours each employee works. Each day, the user will have to input the start time (ST) and the finish time (FT) and the program would calculate how many hours each person worked. My questions is:
What type of table do I have to build that would store ST and FT for each person for each day? (I guess the table would have to be set up to allow data in for each day-. Is this the smart way of doing it or can you recommend a better way?
Thanks a lot,
Luis
I am building a database to capture how many hours each employee works. Each day, the user will have to input the start time (ST) and the finish time (FT) and the program would calculate how many hours each person worked. My questions is:
What type of table do I have to build that would store ST and FT for each person for each day? (I guess the table would have to be set up to allow data in for each day-. Is this the smart way of doing it or can you recommend a better way?
Thanks a lot,
Luis