Cannot update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
I have a .adp application connected to a SQL Server and I also have a
bounded form. Everytime when I try to update the current record and move it
to the next record to save it, it always has an error message about "This
Record has been changed by another user since you started editing
it..........."

However, I am pretty sure no one was using the application expect me...

Is there any reason casing the error and how it can be fixed?

Thanks
Ed
 
Hi, Ed.

Ensure that the table has a primary key and a TimeStamp column. The
optimistic locking algorithm may get confused when comparing the stored value
with the original value you've since edited in your form.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.
 
Back
Top