I have a large form 'All Projects' based on a source table. This 'All Projects' form has a field where multiple selections can be made and the form currently displays 1 field from the underlying 'Applications' table with all the selections made. This creates a 1 project to many applications scenario.
Most of the data for the applications is static except for field 'L2 primary' which can change for every project. As an example, on project 1 for application LEAN the person working it could be john smith, but on project 2 for application LEAN the person working it could be mike jones. So I created another table 'Tbl_project_Review' where the application/s can be selected and the person working it can be typed in. There is another field in this table 'Tbl_project_Review' for project Manager which needs to auto populate from the source 'CBTapplication' table (static).
I need help in 2 areas. I need to know how to automatically pull in the project manager from the application table.
Then, I want to be able to dbl click 'CBT Application' field in the form 'All Projects' to open up the form 'Tbl_project_Review', where I can select all of the applications and enter the person working the application, and have the 'L2 primary' auto populate. once the data has been entered and the form closed, I need the field 'CBT Application' to display just the application names selected in the form ''Tbl_project_Review'.
Hopefully what I am looking for makes sense. From a process flow it makes sense, I am just unsure where to really get started with connecting this all together.
Thanks in advance for any guidance you can provide.
Neil