using msaccess 2003 frontend to mysql 5 backend, remote xp users connect to hosted mysql site.
I'm getting a write conflict error when closing the primary form. The form is very complex with tons of subforms. I'm pretty sure that the forms are trying to write to the same place. What I'm looking for is a way to tell which of the subforms are involved without having to tear the form all apart. This is not my work so I don't have a good understanding of all of the code. Any thoughts greatly appreciated!
ASKER