I implemented a half-year long project today for a total work system from entry to completion for my employer. I converted our current access MDB file to a MySQL dump file and uploaded it to the server with no issues.
The Issue:
We have work orders and on the work orders screen (in the MS Access Front End), each work order has a subform with multiple notes in it, there is a relationship between the main form and the subform which links the Work Order number of the main form with the work order number saved to the subform. One user adds a note and that note cascades to every single new note created. It looks like either MS Access of the MySQL server is just duplicating that one work order number.
Any suggestions?
The Issue:
We have work orders and on the work orders screen (in the MS Access Front End), each work order has a subform with multiple notes in it, there is a relationship between the main form and the subform which links the Work Order number of the main form with the work order number saved to the subform. One user adds a note and that note cascades to every single new note created. It looks like either MS Access of the MySQL server is just duplicating that one work order number.
Any suggestions?