"Accessed" makes the assumption that in "migrating to SQL Server", you
created an ADP (Access Project), which is not necessarily the case. You
might still be using an MDB linking to the SQL Server tables via ODBC. In
either case, "Accessed" is in error: Bound Forms work just-fine-thankee in
both ADP and MDB.
Optimistic locking usually works very well, indeed, also... there certainly
was insufficient information for a definitive answer, in any case. Unless
you jump through some, perhaps flaming, hoops to create a bad example, it is
rather rare for two users to be editing the same record in most business
applications.
It is extremely difficult, at best, to debug remotely. Unless the person
trying to help you is clairvoyant, it is impossible without details of what
you are doing, and that would mean, yes, you need to copy some code... not a
lot, but the code that is giving you the error.
Larry Linson
Microsoft Office Access MVP
"Niranjan" <nhiras (AT) gmail (DOT) com> wrote
Quote:
I wanted to find out how to overcome this error.
We used to have Access backend but not it is SQL server 2005. It used
to work before without any problem. After migrating to SQL server, we
are getting this error 424 Object required. Also, I am getting error
7878 The data has been changed.
I am not sure if I should copy the code - because there is a lot
happening. If someone wants the code I will post it. |