I have a database where the users work from a queue. They hit a button and the next record opened in a form.
I have an attibute "open" which I set to true when the user opens the form, using recordsets and update.
The problem is that the update is too slow and more than one user can open the same record if the hit the button at the same time.
Is there a better way to prevent more than one user opening each record?
I am using Access 2000 on NT4 with about 5 concurrent users.
Thanks
Ian
I have an attibute "open" which I set to true when the user opens the form, using recordsets and update.
The problem is that the update is too slow and more than one user can open the same record if the hit the button at the same time.
Is there a better way to prevent more than one user opening each record?
I am using Access 2000 on NT4 with about 5 concurrent users.
Thanks
Ian