G
Guest
I am trying to build on an up and running database which tracks all aspects
of training of our staff, including courses, when courses run, course
requirements and outstanding training.
What I am now trying to do is to flag what training is required for a
particular worker. The required training depends on the post that person is
working in and the location of that post.
For example a person working as a support worker at location1 will require
training in first aid, epilepsy and SCIP. A support worker working at
location2 will require training in first aid, moving and handling and care
management. A a project manager at location 2 will require same as support
worker plus management course.
I already have tables holding post details ie post ID, post title (support
worker, project manager etc), location (location1 or location2); a table of
employee details which tells what post ID that person is currently working
in; a table of courses ie course ID, course title, target audience etc.
Does anyone have any ideas the best way to go about this? I keep coming up
with ideas, but am not sure of the best way.
of training of our staff, including courses, when courses run, course
requirements and outstanding training.
What I am now trying to do is to flag what training is required for a
particular worker. The required training depends on the post that person is
working in and the location of that post.
For example a person working as a support worker at location1 will require
training in first aid, epilepsy and SCIP. A support worker working at
location2 will require training in first aid, moving and handling and care
management. A a project manager at location 2 will require same as support
worker plus management course.
I already have tables holding post details ie post ID, post title (support
worker, project manager etc), location (location1 or location2); a table of
employee details which tells what post ID that person is currently working
in; a table of courses ie course ID, course title, target audience etc.
Does anyone have any ideas the best way to go about this? I keep coming up
with ideas, but am not sure of the best way.