Editing Record issues in Access / SQL (Write Conflict)

后端 未结 13 2435
-上瘾入骨i
-上瘾入骨i 2020-12-05 22:44

a problem has come up after a SQL DB I used was migrated to a new server. Now when trying to edit a record in Access (form or table), it says: WRITE CONFLICT: This re

相关标签:
13条回答
  • 2020-12-05 23:45

    In order to get over this problem. I created VBA to change another field in the same row. So I created a separate field which adds 1 to the contents when I try to close the form. This solved the issue.

    0 讨论(0)
提交回复
热议问题