2
2
I have an incredibly simple Access database. It has one pass-through query and that's it (no tables). The query simply executes a stored procedure against a SQL Server database to display the results. There won't be any data saved in the Access database; it will only be used to display the results of stored procedures.
I put the database on a network share. If I have the Access database open, non of my co-workers are able to open the database to view the data. They get the error: "Could not lock file".
How can I allow multiple users to open the Access file and view the query results?
@DavidPostill - Like I mentioned in my post, I have the database in a network share. Only one person is allowed to open the database at a given time. They get the error: "Could not lock file" – Justin Helgerson – 2015-10-27T19:28:58.377
@Ek0nomik Then you are not opening the database in shared mode. – DavidPostill – 2015-10-27T19:38:23.247
@DavidPostill - It seems if I (the creator of the Access database) have it open then nobody else can open it (even though I have my client settings set to open in shared mode). If someone else has it open then I am still able to open it. – Justin Helgerson – 2015-10-27T20:58:49.090
@Ramhound - I'm still having an issue with locking. I have the .accdb file on a network share. If other users open the database it seems okay. But, if I open the database a .laccdb file is produced and the Access database is locked. My settings are to open in shared mode by default. Why is it locking when I open it (I was the creator of the file)? – Justin Helgerson – 2015-11-02T16:39:54.617