split database and queries

R

RJ

I have split a database for multi user access. However
now none of my queries work as they state that the table
that they are accessing are not marked for reading. I
have checked the tables and they are marked with all
privileges so I am not sure why I am getting this error on
all of my queries? Any Ideas?
 
J

John Vinson

I have split a database for multi user access. However
now none of my queries work as they state that the table
that they are accessing are not marked for reading. I
have checked the tables and they are marked with all
privileges so I am not sure why I am getting this error on
all of my queries? Any Ideas?

Doublecheck that the backend database is in a folder to which you have
full update, delete, and rename permission; Access needs to create and
delete a .ldb file in order to open the database so it's not read
only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top