M
Mark
I am designing a clocking card database & found the Microsoft article How to
Calculate Daily Hours Based on Clock In/Clock Out Times here
http://support.microsoft.com/?kbid=237958. It suggests having 3 tables:
Employees (EmpID, Name, etc), EmpDates (EmpDateID, MyDate, EmpID) and
EmpTimes (TimeID, TimeIn, TimeOut, EmpDateID). What I don't understand is
the need for the EmpDates table. When I was drafting my design I just
planned to have tables Employees and EmpTimes(EmpTimeID, DateTimeIn,
DateTimeOut). Can someone explain the reason for the extra table?
Thanks
Mark
Calculate Daily Hours Based on Clock In/Clock Out Times here
http://support.microsoft.com/?kbid=237958. It suggests having 3 tables:
Employees (EmpID, Name, etc), EmpDates (EmpDateID, MyDate, EmpID) and
EmpTimes (TimeID, TimeIn, TimeOut, EmpDateID). What I don't understand is
the need for the EmpDates table. When I was drafting my design I just
planned to have tables Employees and EmpTimes(EmpTimeID, DateTimeIn,
DateTimeOut). Can someone explain the reason for the extra table?
Thanks
Mark