I want different users to be able to open my database at the same time. My database is on our network server. I thought that by splitting the db into a front end with forms and queries and a back end with tables would do the trick but it doesn't. I set my advanced properites under the tools menu to Default open mode to Shared and I also set the default record locking to No Locks. But everytime someone has the front end of the db open and another user tries to access it they get the error message : could not access; file in use. Is there any way I can allow more than one person to open the same file without using an SQL server or having to create several copies of the same front end?
Note, I read some other postings but none seem to address this exact problem.
Note, I read some other postings but none seem to address this exact problem.