multi-user database prob

  • Thread starter Thread starter Jeffrey Deneys
  • Start date Start date
J

Jeffrey Deneys

I have a database that has many users. Unfortunately, and
I'm not sure why, only one person can add a record at a
time otherwise it tells them they do not have exclusive
access to the database and cannot save their change.
There is a password on the database but that's it for
securities.
 
| I have a database that has many users. Unfortunately, and
| I'm not sure why, only one person can add a record at a
| time otherwise it tells them they do not have exclusive
| access to the database and cannot save their change.
| There is a password on the database but that's it for
| securities.
------------
It appears that one person has exclusive access to the mdb and the others
have read-only access. You should configure your database so it cannot be
opened in exclusive mode. For more info, please consult your Access
documentation.

Hope this helps,
 
Back
Top