J
jeremy.bird
Ok here is my situation. We have an access database 2003 where the
tables are linked to csv files. So in essence the tables are links to
csv files. We have a form that the databse opens to where users can
query the information in the linked tables. The problem we are running
into is that when user A open the database and user B tries to open the
database we get and error microsoft jet database ending cannot open
the file ... something about being exclusively locked by another user.
My questions are as follows
1) how can you set the permissions to alow for multiple users to access
the database at the same time. The users in the above situation are
only querying the data and not writing anything back....
2) I looked through numerous help topics and made sure that the folder
that the access db resides in is full access.....What else could cause
this?
3) Are there permissions we need to set in the VBA code to allow
multiple users to access the database at the same time
Thanks in advance.
tables are linked to csv files. So in essence the tables are links to
csv files. We have a form that the databse opens to where users can
query the information in the linked tables. The problem we are running
into is that when user A open the database and user B tries to open the
database we get and error microsoft jet database ending cannot open
the file ... something about being exclusively locked by another user.
My questions are as follows
1) how can you set the permissions to alow for multiple users to access
the database at the same time. The users in the above situation are
only querying the data and not writing anything back....
2) I looked through numerous help topics and made sure that the folder
that the access db resides in is full access.....What else could cause
this?
3) Are there permissions we need to set in the VBA code to allow
multiple users to access the database at the same time
Thanks in advance.