I have an application that uses an Access database and update user records regularly. I created a link table that is connected to MySql database to view the records in a web page. When i update the link table, the MySql database table updates automatically. But when i change the local database i want to make those changes updated to linked table also. Is there any way to do that?