I'm trying to figure out if it's possible to have an external MySQL table automatically update its field values when users update a FileMaker table's fields.
I have identical tables with 10 fields (basic contact info, a status field) with one in MySQL and one in FileMaker.
Is it possible that when a user updates the FileMaker table's Status field, that it automatically updates the MySQL table's Status field with the same data?
Or is it required to use some sort of script trigger/other method to force the update to keep the tables synchronized?
Thank you so much! -Dan