Is there a way to lock a record in a recordset and prevent other users from reading that same record? I would like to create a locking scheme in a multi-user environment where each user will pull up a unique record for updating. I would like to prevent other users from pulling up the same record. For example, I want user1 to pull up record A, view it and then submit an update without giving any other users access to that same record until this process has completed. If user2 submits the same query as user1 at the same time, I would like this user to see the next available record.