Is it possible to update the main table when the link table is updated?
auto table update of mysql database from access database
Collapse
X
-
I mean as the access table is linked to the mysql table.When i change data in the local table of access database it does not reflect any change of data in the link table.what i want is when i add data to local table the link table should be updated and as the link table is updated, mysql table is updated.Is it possible to do that?Comment
Comment