Hi All,
I have a form and VB code in Access. The code is like
With rs
.Edit
!Field = 10
.Update
End With
When I chang a value on the form. then the error shows up.
The data has been changed. Another user edited this record and saved
the changes before you attempted to save your changes. Re-edit the
record
Anyone has idea what cause that? Thanks in advance.
I have a form and VB code in Access. The code is like
With rs
.Edit
!Field = 10
.Update
End With
When I chang a value on the form. then the error shows up.
The data has been changed. Another user edited this record and saved
the changes before you attempted to save your changes. Re-edit the
record
Anyone has idea what cause that? Thanks in advance.
Comment