Forum Discussion
DonLarson
6 months agoQrew Elite
Are you really merging data or does a relationship between the two tables solve your issue?
For example you can have a Project Table and Group Table
In between them you put a Project Groups Table.
The information from Projects and Groups is used in the third table but is not actually merged into. Changing a Project Name automatically updates the Projected Groups related to the Project.
Will that do what you need?