Forum Discussion
jorjie
Feb 10, 2021Copper Contributor
Access Table
Hi is it possible when you add a data on (e.g Table1 - Name1) then it would reflect on Table2 - Name2?
Feb 10, 2021
Look into data macros.
That said, you shouldn't be duplicating such data. You should have it in a single table and have it related to the other table through a primary/foreign key relationship.
That said, you shouldn't be duplicating such data. You should have it in a single table and have it related to the other table through a primary/foreign key relationship.