I have a form that 15 people are using. Each person opens the form and then reviews the first record. The problem is that we don't want 2 people reviewing the same record. Each record contains a number that should only get reviewed by only 1 reviewer. There is a "Next" button that writes the data to another table when the review is done reviewing the information. If 15 reviewers are in the same form, we don't want a record being reviewed 15 times. I implemented the RecordLocks Property but this isn't enough for the user. Any suggestions?
Thanks.
Kim