B
BKC468
I'm setting up a new database for all of the projects that I have and
subsequently I need to track the employees involved with each project.
I started out creating a table of employees (( Empl ID (Primary), Fr Name,
Lst Name, Title, Function, Manager, Pay Rate.))
Then I created a table for the projects ((Proj ID (Primary), Description,
Type, Proj Value, Begin and End Proj Dates ))
That was easy, then I had to create a table for each project that shows (Empl
ID, Hours Budgeted, Hours Worked, Hours Available )) - I have 32 of these
tables. I had to (i think) because I can have one employee working on 15
different projects.
I want to create a single form that populates the Project Tables. I want to
have something like a pull down menu that I can select the Project from and
update it monthly. But I cannot get all of these tables to load to a single
form. Can someone give me some direction here??
subsequently I need to track the employees involved with each project.
I started out creating a table of employees (( Empl ID (Primary), Fr Name,
Lst Name, Title, Function, Manager, Pay Rate.))
Then I created a table for the projects ((Proj ID (Primary), Description,
Type, Proj Value, Begin and End Proj Dates ))
That was easy, then I had to create a table for each project that shows (Empl
ID, Hours Budgeted, Hours Worked, Hours Available )) - I have 32 of these
tables. I had to (i think) because I can have one employee working on 15
different projects.
I want to create a single form that populates the Project Tables. I want to
have something like a pull down menu that I can select the Project from and
update it monthly. But I cannot get all of these tables to load to a single
form. Can someone give me some direction here??