J
Jon
I have a form to register new employee
In this form there are the following data:
Employee name.
ID
Supervisor name.
Job ladder.
Required tasks.
This information will be stored in table called "employee table"
I have another table called requirement table contains the following
Job ladder
Requirement name.
Code
There are about 15 job ladder, each job ladder has about 14 requirements.
What I want to do is store the job ladder requirements in table called"
employee requirements with the following fields
Employee Id
Job ladder
Requirement name
Status (check box for requirement status either taken nor not)
When the employee registered from the new employee form, the data store
twice in employee table and employee requirements
Can any body help
In this form there are the following data:
Employee name.
ID
Supervisor name.
Job ladder.
Required tasks.
This information will be stored in table called "employee table"
I have another table called requirement table contains the following
Job ladder
Requirement name.
Code
There are about 15 job ladder, each job ladder has about 14 requirements.
What I want to do is store the job ladder requirements in table called"
employee requirements with the following fields
Employee Id
Job ladder
Requirement name
Status (check box for requirement status either taken nor not)
When the employee registered from the new employee form, the data store
twice in employee table and employee requirements
Can any body help