
Originally Posted by
timeck
When this is done, I would like to do the following:
Let's assume there are 50 skills to measure per worker. If I wanted to add a new worker, then 50 records will be appended programatically to represent the new worker and the 50 skills he/she will be measured on. I must be able to populate a subform for an evaluator to find a specific skill for the trainee even if they have not had any iterations yet.
I would like to make this go the other way around. If we identify a new skill, then a new record for each worker will be appended to the junction table.
This seems like something I could pull off with multipass queries but I can't wrap my head around how to pull this off. If you haven't figured this out yet, I am rather new to database development.