Some apps use an IsLocked bit field. When the records need to be held for a data change, the lock is set. The next user can select records where IsLocked = 1, but not in a data change mode. Saving the recordset back to the database needs a procedure to 'unlock'.
↧