multi users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have a database in shared folder and the users have “full permissionâ€
in database and folder.

All users can open the database, but when a user open the form, others users
can not open form o query.

Help me, please!
 
Check the "Record Locks" Property of the Form. It might have been set
incorrectly to "All Records".

OTOH, you should split the database to Front-End and Back-End for a
multi-user application. The Back-End contains only the Tables and resides
on a shared folder that all users can access. The Front-End contain all
other Access objects and each user should have a copy of the Front-End on
his/her desktop.

Check Access Help on splitting a database.
 

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

Back
Top