I’ve created a MySQL database and uploaded two tables from an Access back-end database. To test the potential impact I created a copy of the front-end application and changed the links to point to the MySQL tables. In the FE using the MySQL tables I’m getting a Write Conflict as I navigate from one record to the next. No such error occurs in the FE with only Access table links. The FE is a substantial application with a significant amount of vba code.
Appreciate any insights on what to look for to find the MySQL problem.
Marty