Good day everyone.
I have a System in MSAccces that is giving the message: This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.
The objects are in Access but it links via ODBC to Oracle. This app had been used for a loooong time without major problems and suddenly my clients are getting this message sporadically. One of the users has Office 2013 (Win 7), the others 2010 (Win NT). I understand that all of them had this message appeared at some point. I use Office 2013 and haven't been able to replicate the problem because I never get the message.
Searching in forums I have tried these resolutions without success:
1. If Me.Dirty Then
Me.Dirty = False
End If
[run your SQL update here]
2. Click Refresh All in the Records group on the Home tab.
3. Set the RecordLocks property of the form to Edited Record.
Any suggestions?
Thanks.
I have a System in MSAccces that is giving the message: This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.
The objects are in Access but it links via ODBC to Oracle. This app had been used for a loooong time without major problems and suddenly my clients are getting this message sporadically. One of the users has Office 2013 (Win 7), the others 2010 (Win NT). I understand that all of them had this message appeared at some point. I use Office 2013 and haven't been able to replicate the problem because I never get the message.
Searching in forums I have tried these resolutions without success:
1. If Me.Dirty Then
Me.Dirty = False
End If
[run your SQL update here]
2. Click Refresh All in the Records group on the Home tab.
3. Set the RecordLocks property of the form to Edited Record.
Any suggestions?
Thanks.