MS Access - Problem in User perimissions

  • Thread starter Thread starter Neel
  • Start date Start date
N

Neel

Hi!,

I've developed a database & have created users.
I've created 2 type of user-1) who can only read the
database & users of "readonly users' group. 2) super users
who are users of "admins" group- who can read, ModifY &
grant perimissions on database objects.

But the problem is: even though the read only users have
the right to only read the database object, they are able
to modify even delete records from database tables. which
I dont'. Pls. help .
 
Neel said:
Hi!,

I've developed a database & have created users.
I've created 2 type of user-1) who can only read the
database & users of "readonly users' group. 2) super users
who are users of "admins" group- who can read, ModifY &
grant perimissions on database objects.

But the problem is: even though the read only users have
the right to only read the database object, they are able
to modify even delete records from database tables. which
I dont'. Pls. help .

You have missed some step in securing your database. Try following the
steps at
www.jmwild.com/AccessSecurity.htm
 
Back
Top