Veralidaine
03-26-2009, 07:39 PM
I've looked though this forum and over the net but can't seem to find exactly what I'm looking for, maybe I'm searching for the wrong thing, and I have been stumped for sometime.
I'm trying to do an employee database, I've been able to do the basic personal history on one tab, a job history on the second tab using a continuous form, its the third one that has me confused as to how to get it to work.
What I'm trying to do is:
The user looks up an employee
They go to the training tab
They can see which training the employee should have done and the date they did it (A blank date means it has not been done yet)
I currently have:
1. A table with a job history of all employees (which works for tab 2) (shows their current position for checking what training they need)
2. A table with a field called training and a field called date complete- this is the table I want to display on my form (like the history it will be displayed as a continous form) (this table is the information I want to display)
3. Another table with the positions and types of training (I have tried the talbe in both configurations- positon as the rows and training as the column headers and vice versa so I can do it either way) the fields are all just yes/no boxes where it be can be ticked if the postions need that kind of training. (the table to check against)
My thought was to find the position down the first column, then display all columns were yes is ticked as training needed- using that as the link to get the dates from the last table. I just can't do this.
I'm happy to change the layout of the tables- I just need the basic end information and a way to check which training a position should have as they are not all the same, the only other issue- more postions and training may get added in the future, so it needs to be easy to expand the tables and understandable by people who may not be very literate with computers.
I'm trying to do an employee database, I've been able to do the basic personal history on one tab, a job history on the second tab using a continuous form, its the third one that has me confused as to how to get it to work.
What I'm trying to do is:
The user looks up an employee
They go to the training tab
They can see which training the employee should have done and the date they did it (A blank date means it has not been done yet)
I currently have:
1. A table with a job history of all employees (which works for tab 2) (shows their current position for checking what training they need)
2. A table with a field called training and a field called date complete- this is the table I want to display on my form (like the history it will be displayed as a continous form) (this table is the information I want to display)
3. Another table with the positions and types of training (I have tried the talbe in both configurations- positon as the rows and training as the column headers and vice versa so I can do it either way) the fields are all just yes/no boxes where it be can be ticked if the postions need that kind of training. (the table to check against)
My thought was to find the position down the first column, then display all columns were yes is ticked as training needed- using that as the link to get the dates from the last table. I just can't do this.
I'm happy to change the layout of the tables- I just need the basic end information and a way to check which training a position should have as they are not all the same, the only other issue- more postions and training may get added in the future, so it needs to be easy to expand the tables and understandable by people who may not be very literate with computers.