Hi, I really don't know if my message passed a few hours ago, that's the reason I repeat my question.
I have a splitted and bound multi-user front-end back-end Access database. In the options in my back-end database, I choosed 'Default record locking: Edited record'. In my Front-end, I'm working as much as possible with ADO-Recordsets to update my tables. I uselly open adOpenDynamic and adLockOptimistic. It happens, when two front-end users are editing in a form a field in the same record, that the 'slowest' user get the message 'Save Record/Copy to Clipboard/Drop Changes'. In my appllication, this user MUST choose 'Drop Changes' (something like .Undo and Cancel in BeforeUpdate). Sometimes however, the user choose 'Save Record' (with dramatic consequenses). Is it possible to force the user to make the good choose (Drop Changes), or to suppress this message by another (something like msgbox "Update didn't work out, because of an other user")?