Hello everyone, I hope someone can help me with this. So, I have 2 tables I have connected: Resources and Team Members where Resources is parent table and Team Members is child table. When I add certain person that exists in Resources table to the Team Members table, I want to have their email, job title and some other fields automatically in this table without having to type them again. For example, when I have person XY in Resources table (and all data related to that person including the email, job title, etc.) I want those values to be copied in Team Members table when I select person's XY name from the dropdown. What would be the best way to do this? I tried to create inner join between email fields and job titles fields between those 2 tables but it seems this is not a solution. I've already created a relationship between those 2 tables (I connected ID fields). Thank you all in advance.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Aleksandra
Hello everyone, I hope someone can help me with this. So, I have 2 tables I have connected: Resources and Team Members where Resources is parent table and Team Members is child table. When I add certain person that exists in Resources table to the Team Members table, I want to have their email, job title and some other fields automatically in this table without having to type them again. For example, when I have person XY in Resources table (and all data related to that person including the email, job title, etc.) I want those values to be copied in Team Members table when I select person's XY name from the dropdown. What would be the best way to do this? I tried to create inner join between email fields and job titles fields between those 2 tables but it seems this is not a solution. I've already created a relationship between those 2 tables (I connected ID fields). Thank you all in advance.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.