Hi All,
I am trying to link two tables such that inputs to one automatically creates a new set of data in another.
I have a Project table that contains a list of projects and their data. The table is arranged in such a way that each project is one row.
I also have a Data table that feeds a pivot table used to analyze the project data.
What I have done so far:
Please let me know if I haven't explained anything clearly.
Thank you for your help.
I am trying to link two tables such that inputs to one automatically creates a new set of data in another.
I have a Project table that contains a list of projects and their data. The table is arranged in such a way that each project is one row.
I also have a Data table that feeds a pivot table used to analyze the project data.
What I have done so far:
- I have created a Master table within the Data table.
- I have created a button that automatically copies this Master table and pastes it in the first empty row in the Data table.
- The user then changes the name of the project so that the Data table knows to go to the Project table and pulls the correct information into the Data table.
- Once a user inputs information in the Project table, it is automatically detected by the Data table?
- Once it is detected, the Data table creates a copy of the Master table and then;
- Inputs the correct information, based on the new entry in the Project table?
Please let me know if I haven't explained anything clearly.
Thank you for your help.