I am using Access 2000. I split my database and have the tables on the server, and frontend replicas on my users boxes. I have the design master on my box. On Options, I have checked "open database using record level locking" and Default Record Locking to, "Edited Record", but from the Master I can open the same record that another user is modifying. Obviously I can't have this happening. Is there something that I can do differently to prevent this?
I have an event on Form_Open of:
DoCmd.GoToRecord , , acLast
I wouldn't think that this would effect it, but it has been know to happen.
Thanks for any help you can provide.
NK
I have an event on Form_Open of:
DoCmd.GoToRecord , , acLast
I wouldn't think that this would effect it, but it has been know to happen.
Thanks for any help you can provide.
NK