detgharris
Technical User
I'm working on a database that has, among other things, a time sheet. I'm trying to make my database and comply with all the normal form rules. So far, my table has DateWorked, RegularHours, OvertimeHours, CompTimeHours, CompTimeUsed, SickTimeUsed, and VacationTimeUsed. At this point, since each employee will appear multiple times, I was thinking about creating a seperate table for each employee, not sure if that's such a good idea, but still in the design process, and just looking for some advise. Thanks in advance.