veraloopy
08-06-2009, 01:29 PM
Hi
I'm a little stuck with adding data into a table automatically based on a set list of skills
I have 3 tables: tblEmployees, tblEmployeeSkills and tblSkillNames
tblEmployees contains employee names
tblSkillNames contains names all the relevant skills
tblEmployeeSkills contains all the skills that an employee has along with a skill level of 'Trained' or 'Requires Training'
When a new starter joins the company, that person will have around 40 skills added to his/her name and the skill level will be set to 'Requires Training.
Is there a way I can create a 'set' of skills and by choosing an employee name and the skill set name, it will add each skill for that employee in tblEmployeeSkills with a Skill Level of 'Requires Training' automatically to save me typing out all 40 skills individually??
I know this one seems a little long winded so I thank you in advance for any help :-)
I'm a little stuck with adding data into a table automatically based on a set list of skills
I have 3 tables: tblEmployees, tblEmployeeSkills and tblSkillNames
tblEmployees contains employee names
tblSkillNames contains names all the relevant skills
tblEmployeeSkills contains all the skills that an employee has along with a skill level of 'Trained' or 'Requires Training'
When a new starter joins the company, that person will have around 40 skills added to his/her name and the skill level will be set to 'Requires Training.
Is there a way I can create a 'set' of skills and by choosing an employee name and the skill set name, it will add each skill for that employee in tblEmployeeSkills with a Skill Level of 'Requires Training' automatically to save me typing out all 40 skills individually??
I know this one seems a little long winded so I thank you in advance for any help :-)