Jeff said:
O I should add it is currently in a shared network file and all users
can use it just not at the same time. IF someone is useing the
database it gives an error message to the other user that trys to
access it.
Access by nature is shared. From your description it sounds like it
happens when someone opens it exclusively. That locks out all other users.
I believe it can also happen if you try to open it exclusively when someone
else is already on it. Normally the error message will say something about
the exclusive issue.
When more than one user is going to be accessing Access at the same time
it is best to use a "Split" version. You split the database (use the
wizard) and it will make two different files. One called the back end
contains the tables and the other contains the reports, queries forms etc.
Each user gets a copy of the front end on their own machine and links from
there to the back end on the server. Each user can even have their own
customized forms and reports.
The splitting speeds up the process and eliminates some issues.