Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write Conflict

Status
Not open for further replies.

sandybair

Programmer
Apr 13, 2001
3
US
I have an Access 97 database with tables linked from a mySQL database via ODBC. When attempting to update data in a form which contains a subform, I get write conflict errors which state that the record has been changed by another user and which ask me to copy the record to the clipboard or to drop the changes. How do I get rid of this error and what is causing it?
 
You might have your main form and subform record sources trying to update the same record. Tell us what these record sources are (give the SQL), and what your master and child link fields are for the subform. Rick Sprague
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top