G
Guest
Currently I have a form that reads from a appended table and pulls in new
records every time the "Next" button is clicked.
My problem is that there may be multiple users using the same database and I
want to avoid the problem of two people pulling in the same record on their
form.
I am assuming the easiest way to handle this problem is through writing code
based on a the "Next" button click. Maybe by creating another table that
contains those records that have been pulled, but not yet revised. Then
having a query that checks that table first before pulling the records from
the appended table.
Does anyone have an example of VBA code that could do this?
Thanks!
records every time the "Next" button is clicked.
My problem is that there may be multiple users using the same database and I
want to avoid the problem of two people pulling in the same record on their
form.
I am assuming the easiest way to handle this problem is through writing code
based on a the "Next" button click. Maybe by creating another table that
contains those records that have been pulled, but not yet revised. Then
having a query that checks that table first before pulling the records from
the appended table.
Does anyone have an example of VBA code that could do this?
Thanks!