The project I am currently working on requires me to build a database for checking off if a certain person has submitted a time sheet for a certain date.
I have a table for the dates that has the fields "date" and "Submitted time sheet?". The time sheet field is a checkbox.
I also have a table for employees with fields "employee last name", "employee first name" and "location".
What I want to know is how to link each employee with the dates and whether or not they submitted a time sheet.
I have yet to figure out a solution that does not result in a horribly normalized database.
I have a table for the dates that has the fields "date" and "Submitted time sheet?". The time sheet field is a checkbox.
I also have a table for employees with fields "employee last name", "employee first name" and "location".
What I want to know is how to link each employee with the dates and whether or not they submitted a time sheet.
I have yet to figure out a solution that does not result in a horribly normalized database.