john9210 Posted August 9, 2020 Posted August 9, 2020 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.
bcooney Posted August 9, 2020 Posted August 9, 2020 Why do you have duplicate data? The goal of a database is to limit such a state.
john9210 Posted August 10, 2020 Author Posted August 10, 2020 OK, I see your point and I will eliminate the need for duplicate data.
Recommended Posts
This topic is 1577 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now