I have a table that has employee information
EmpId
FirstName
LastName
Address
Dob
etc....
I am not sure but I was asked to create a db that will keep track of the employees hours per month to the year. For instance
for example
Rob
1999 Jan 10 hours
Feb 10 hours
Mar 10 hours
April 10 hours
May 10 hours
etc.
See on the form I would like it to already have the months on the form and all the user has to do is type in the hours for that month. but not sure what to do with the field year. How would I accomplish this on the form or the table I am not sure how to.
Rob
EmpId
FirstName
LastName
Address
Dob
etc....
I am not sure but I was asked to create a db that will keep track of the employees hours per month to the year. For instance
for example
Rob
1999 Jan 10 hours
Feb 10 hours
Mar 10 hours
April 10 hours
May 10 hours
etc.
See on the form I would like it to already have the months on the form and all the user has to do is type in the hours for that month. but not sure what to do with the field year. How would I accomplish this on the form or the table I am not sure how to.
Rob
Last edited: