"This record has been changed by another user ..."

AdamFeerst

Registered User.
Local time
Today, 16:11
Joined
Sep 21, 2015
Messages
63
When I try to change a field on a form, I get a message:
"This record has been changed by another user since you started editing it...."
This happens whether or I do it directly or via code (SQL update query).

The table's underlying record source is a linked SQL table.

What am I doing wrong?
 
Is the database split, or does everyone use the same db?
You must split the db. And everyone use their own copy of the Frontend. No sharing.
 
If there is any code that updates the record being edited you can get that messages.
 
Of course it's split. That was implied when I said linked table. No one else is in the table.

There is code. However, I am getting that same message when I try to edit directly in the table.
 
I am able to edit the data via a query in Access. However, I can't and get that same message when I try to run the query via VB, just like when I try to edit directly in the linked table, or from the form without code.
 

Users who are viewing this thread

Back
Top Bottom