How to give Specific Permission to Object/Form in Secure Network e

M

Mayur

I've created a database which has 1 "Print" Button in it. Now when I hit that
button, one of the form's field is edited(Or changed). Form is connected with
Table. Now is this possible that in the Network Environment where people have
only "Read-Only" Access, they can use that button which is actually updating
record?
 
R

Rick B

Not sure what you are asking. To use a database in a multi-user
environment, all users need full permission to the file on the server. To
limit what a user can do in an Access database, you must implement
User-Level Security and set the permissions in Access.

If you have not given a user full Windows Permissions, you will run into all
kinds of issues when more than one user tries to access the file.
 
Top