I have a simple database that I share with another user. The problem is if she is adding records to the table at the same time I am, some records are overwritten. I have a record count field that increments with each new record. How can I lock in the record that I'm updating so that the other user can continue with the next record?