I am almost embarassed to ask this question but I can't figure it out...
I want to build a simple database where I track the overtime for 17 employees. I have two tables: tblEmployees (only contains a list of names) and tblHours (where I will put overtime hours). I had originally just put this all in one table but after I couldn't make it do what I wanted I split the tables. The reason I decided to split the table was because the hourly information will repeat weekly but the employees list will be constant. I can go back to one if recommended.
What I want to do is have a form where it lists all 17 employees at one time, so the supervisor can make one pass and record all the hours for all the employees for one day on one form. (Think of an Excel sheet.) Problem one is I can't get all the employees to show up down the form. The form just has one blank, I guess waiting for me to type in an employee name. (I don't want to type in. I just want it to be there, all 17, one after the other.)
So when I get this accomplished, I will want to enter overtime for Friday, Saturday, and Sunday every week. I plan to enter Friday first. After my first Friday's entry, how would I clear the form, saving Friday's entry, and start all over to enter Saturday?
Thanks in advance. :-)
I want to build a simple database where I track the overtime for 17 employees. I have two tables: tblEmployees (only contains a list of names) and tblHours (where I will put overtime hours). I had originally just put this all in one table but after I couldn't make it do what I wanted I split the tables. The reason I decided to split the table was because the hourly information will repeat weekly but the employees list will be constant. I can go back to one if recommended.
What I want to do is have a form where it lists all 17 employees at one time, so the supervisor can make one pass and record all the hours for all the employees for one day on one form. (Think of an Excel sheet.) Problem one is I can't get all the employees to show up down the form. The form just has one blank, I guess waiting for me to type in an employee name. (I don't want to type in. I just want it to be there, all 17, one after the other.)
So when I get this accomplished, I will want to enter overtime for Friday, Saturday, and Sunday every week. I plan to enter Friday first. After my first Friday's entry, how would I clear the form, saving Friday's entry, and start all over to enter Saturday?
Thanks in advance. :-)
Comment