What I am basically working on is a projects database to control R&D development through to full scale manufacture thus ensure all tasks are completed when and where necessary.
Currently the system is run via 100's of linked xls sheets all of which are updated individually and take an eon to go through and update. There are approx 50 - 100 projects running at once with over 300 steps & 20 different people responsible for tasks.
The project steps are set and stored in a table as are all the other variables so the data entry criteria is set. I have attached a file containing a picture of my relationships to help with the explanation below
I have 2 master tables, 1 which holds the tasks & responsibilities "LaunchProcessList_Tbl" & one which hold project specific info ie Customer, Launch date, Developer "ProductID_Tbl"
The info for the "ProductID_Tbl" is entered via a form with Combo Box data input.
Once a record is saved I would like to pull info from the "ProductID_Tbl" & the "LaunchProcessList_Tbl" into a cross over table, I am not quite sure how to do this.
I would like the crossover table to contain:
PK - ID - Autonumber
FK - Product ID - From "ProductID_Tbl"
FK - Gate ID - From "LaunchProcessList_Tbl" - approx 300 tasks import each Product ID
I will also add to this Due Date, Status and Comment
Unfortunatley I can't get my mind around how to get all the 300 tasks into my crossover table with reference to a single Product Id when updating my "ProductID_Tbl", ie
Product ID 1 - Task 1
Product ID 1 - Task 2
Product ID 1 - Task 3
I hope I have posted in a way that someone else will be able to understand!!!
I would be grateful for any help
Currently the system is run via 100's of linked xls sheets all of which are updated individually and take an eon to go through and update. There are approx 50 - 100 projects running at once with over 300 steps & 20 different people responsible for tasks.
The project steps are set and stored in a table as are all the other variables so the data entry criteria is set. I have attached a file containing a picture of my relationships to help with the explanation below
I have 2 master tables, 1 which holds the tasks & responsibilities "LaunchProcessList_Tbl" & one which hold project specific info ie Customer, Launch date, Developer "ProductID_Tbl"
The info for the "ProductID_Tbl" is entered via a form with Combo Box data input.
Once a record is saved I would like to pull info from the "ProductID_Tbl" & the "LaunchProcessList_Tbl" into a cross over table, I am not quite sure how to do this.
I would like the crossover table to contain:
PK - ID - Autonumber
FK - Product ID - From "ProductID_Tbl"
FK - Gate ID - From "LaunchProcessList_Tbl" - approx 300 tasks import each Product ID
I will also add to this Due Date, Status and Comment
Unfortunatley I can't get my mind around how to get all the 300 tasks into my crossover table with reference to a single Product Id when updating my "ProductID_Tbl", ie
Product ID 1 - Task 1
Product ID 1 - Task 2
Product ID 1 - Task 3
I hope I have posted in a way that someone else will be able to understand!!!
I would be grateful for any help