Hi, alll--
I have an A2K database on a shared drive for multiple users.
I have a form in continuous forms view. There is a checkbox on each record where, if checked, the record will be printed on a report. There are two update queries for selecting and deselecting the checkbox in all records. These are triggered by command buttons, and the deselect query is triggered upon opening and closing the form. This is done by docmd.openquery code.
If a user is in the database, any additional users will get an error message when the queries are triggered saying that "Operation must use updatable query" or something similar. This does not occur for the first user.
Can someone explain to me why this occurs and how to get around it?
Thanks.
Paul
I have an A2K database on a shared drive for multiple users.
I have a form in continuous forms view. There is a checkbox on each record where, if checked, the record will be printed on a report. There are two update queries for selecting and deselecting the checkbox in all records. These are triggered by command buttons, and the deselect query is triggered upon opening and closing the form. This is done by docmd.openquery code.
If a user is in the database, any additional users will get an error message when the queries are triggered saying that "Operation must use updatable query" or something similar. This does not occur for the first user.
Can someone explain to me why this occurs and how to get around it?
Thanks.
Paul
Last edited: