L
lynn atkinson
Further to my post of yesterday titled 'best way to display' in Forms, I
received a helpful reply but in trying to implement this, I got confused!
What I am trying to do is to list training requirements of a particular
position (post) in the company. The training required depends on the post
worked and the location of that post.
For example
Location 1 requires a person to be trained in course1, course3
location 2 requires a person to be trained in course 1 and course4
A support worker requires to be trained in course 2 and course 5
a project manager requires to be trained in course 2 and 7
Therefore a support worker working in location 1 will require training in
course1, course3, course2 and cours5
a project manager in location 1 will require course2 and course7 as well as
course1 and 3.
Can I add these training requirements to the post table? Would this be
sensible as the post is described as post title (support worker) and location
and therefore a particluare postID will have particular requirements.
However, there requirements will be multiple ie many courses for a
particular post. How would I deal with this?
If using a resolver table combining the courseid, postid and locationid is
the way to go, as suggested yesterday, how do I go about this?
Hope someone can help as I am tying myself in knots
regards
received a helpful reply but in trying to implement this, I got confused!
What I am trying to do is to list training requirements of a particular
position (post) in the company. The training required depends on the post
worked and the location of that post.
For example
Location 1 requires a person to be trained in course1, course3
location 2 requires a person to be trained in course 1 and course4
A support worker requires to be trained in course 2 and course 5
a project manager requires to be trained in course 2 and 7
Therefore a support worker working in location 1 will require training in
course1, course3, course2 and cours5
a project manager in location 1 will require course2 and course7 as well as
course1 and 3.
Can I add these training requirements to the post table? Would this be
sensible as the post is described as post title (support worker) and location
and therefore a particluare postID will have particular requirements.
However, there requirements will be multiple ie many courses for a
particular post. How would I deal with this?
If using a resolver table combining the courseid, postid and locationid is
the way to go, as suggested yesterday, how do I go about this?
Hope someone can help as I am tying myself in knots
regards