Okay, I have a form that reads off of a query. My database is shared and on a network drive. Everytime more than one person is in the database, you can't save a record you just inputted into the form. I get the 3260 Error, the Locked by another user error.
Even if both people are not in the form, it still gives that error. I've been doing a little research and it seems like I have to use Optimistic Locking, or something like that. Could anyone tell me how to insert that into my code. I have a button that, when pressed, opens up the form. If there is something I could do here, that would be great. An even better solution would be if I could somehow put it for all records in my AutoExec macro. Thanks.
Doug
Even if both people are not in the form, it still gives that error. I've been doing a little research and it seems like I have to use Optimistic Locking, or something like that. Could anyone tell me how to insert that into my code. I have a button that, when pressed, opens up the form. If there is something I could do here, that would be great. An even better solution would be if I could somehow put it for all records in my AutoExec macro. Thanks.
Doug