multi users

S

simplex

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!
 
V

Van T. Dinh

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.
 
Top