L
LauraK
Acess 2000. I have a multi-user database and I want to institute record
locking. I do not want two users to be able to edit the same record at the
same time
I've read all the stuff in the help menu and think that I have to use
pessimistic locking. I followed the instructions and set the options to
edited record level locking and open databases using record-level locking.
However, in testing this, two users can make changes to the same record at
the same time. If the users are making changes to different fields (in form
view) then the changes pop up on the other users screen. If both users are
making changes to the same field and one user tries to save after the other
user has already saved we get a Write Conflict message that says:
The record has been changed by another user since you started editing.
If you save the record, you will overwrite the changes the other user made.
Copying the changes to the clipboard will let you look at the values the
other user enter ,and then paste your changes back in if you decide to make
changes.
We have 3 options:
1. Save Record - Ignores/deletes any changes the other user made.
2. Copy to Clipboard
3. Drop Changes - Ignores/Deletes changes you made.
That's cool and all, but we can't get the copy to clipboard feature to work
right...
The bottom line is that I want only one user to be able to edit a particular
record.
locking. I do not want two users to be able to edit the same record at the
same time
I've read all the stuff in the help menu and think that I have to use
pessimistic locking. I followed the instructions and set the options to
edited record level locking and open databases using record-level locking.
However, in testing this, two users can make changes to the same record at
the same time. If the users are making changes to different fields (in form
view) then the changes pop up on the other users screen. If both users are
making changes to the same field and one user tries to save after the other
user has already saved we get a Write Conflict message that says:
The record has been changed by another user since you started editing.
If you save the record, you will overwrite the changes the other user made.
Copying the changes to the clipboard will let you look at the values the
other user enter ,and then paste your changes back in if you decide to make
changes.
We have 3 options:
1. Save Record - Ignores/deletes any changes the other user made.
2. Copy to Clipboard
3. Drop Changes - Ignores/Deletes changes you made.
That's cool and all, but we can't get the copy to clipboard feature to work
right...
The bottom line is that I want only one user to be able to edit a particular
record.