JohnInSeattle
Programmer
I'm working on a number of Access 97 databases that reside on an NT Server. For some reason other users are unable to open any of these databases if someone else already has the database open. Access pops up the following error msg:<br><br><FONT FACE=monospace><font color=red>Couldn't use <name>; file already in use. (Error 3045)<br>The specified file is currently being used by another user or session. Wait for the other user or session to finish working with the file, and then try the operation again.</font></font><br><br>With <name> being the name of the database. The databases aren't being opened "exclusive" using the Open Dialogue Box and all have their Default Open Mode set to "Shared" with "no locking" specified. None of the databases have User-Level security. To rule out a VBA based cause I created a new blank database, saved it to the server, and tried to open it on two PCs and got the same error msg during the second open.<br><br>I've worked in other situations with shared databases on NT networks and haven't run into this before. Any light you can shed would be greatly appreciated.<br>Thanks,<br>John