August 9, 20205 yr How can I keep two tables in sync? I have two tables, Table1 and Table2. Each table has the field Item and the number of records is the same in each table. I would like to be able to make changes in one table and have them updated in the other table so that the list of items is the same in both tables. That is, when a record is created, deleted or an item is edited it one table the other table will update to match the changes.
Create an account or sign in to comment