RWOP and database permissions on backend

  • Thread starter rdemyan via AccessMonster.com
  • Start date
R

rdemyan via AccessMonster.com

My app setup is to use RWOP queries and revoke permissions on the "database"
in the backend.

So the 'Users' group has no permissions on the database in the backend. But
what about the other groups: Admins and my custom group called PowerUsers.
How should I be setting the permissons on the database object of the backend.

Thanks.
 
R

rdemyan via AccessMonster.com

Sorry, it's been quite some time since I've thought about this.

The idea is that no groups should have permissons on the tables. All groups
to which individuals will be assigned need to have at least permissions to
open/run the "Database". I only assign individuals to the Admins or
PowerUsers group and these groups have open/run permissons. The Access
default "Users" group does not have any permissions to open/run the database.

Now my question is what permissions do I need to give in the front end. A
recent update that I emailed my client failed to create back-end links for a
person who is a member of the PowerUsers group. Keep getting error 3044.
However my startup code deletes all table links at startup and then links the
tables depending on the back-end location passed into my app from the
launching program. This has never failed in the past.

I thought maybe I had a corrupt front end, so I sent him a new version. Same
problems.
Interestingly, when I temporarily reassigned this PowerUser to the Admins
group, everything worked just fine.

The only difference I can think of that might relate to this problem showing
up in my app update is that I had to give the PowerUsers group Open Exclusive
permissions on the front end. This is because they recently had copies of
Adobe Professional 7.0 installed on their PCs. Adobe 7.0 was setup to add
its toolbars to my custom toolbars. This cause an exclusivity error for
PowerUsers (not Admins who have Open Exclusive permissions). Giving
PowerUsers Open Exclusive permissions has gotten rid of the Adobe problem,
but maybe somehow is causing this problem. However, I can't see how.

Appreciate it if someone would validate my understanding of the database
permissions and if anyone has any suggestions on my problem.

Thanks.
 
J

Joan Wild

I had a user come across the Adobe issue as well - I suggested they remove
the Adobe addin for Access. Anyway giving the PowerUsers exclusive
permission on the frontend shouldn't interfere with creating the links to
the backend.

The security FAQ covers the permissions needed in the backend/frontend (I
believe three different possibilities). See
http://support.microsoft.com/?id=207793

I believe you can give them full permissions on the frontend table links,
but check the FAQ.
 
R

rdemyan via AccessMonster.com

Joan:

Thanks for the reply. What exactly is full permissions. In the front end, I
went to Tools--> Security --> User and Group Permissions and then set the
permissions for table objects for a particular group. Does full permissions
include checking the Read Design, Modify Design and Administer checkboxes?

Joan said:
I had a user come across the Adobe issue as well - I suggested they remove
the Adobe addin for Access. Anyway giving the PowerUsers exclusive
permission on the frontend shouldn't interfere with creating the links to
the backend.

The security FAQ covers the permissions needed in the backend/frontend (I
believe three different possibilities). See
http://support.microsoft.com/?id=207793

I believe you can give them full permissions on the frontend table links,
but check the FAQ.
Sorry, it's been quite some time since I've thought about this.
[quoted text clipped - 46 lines]
Message posted via AccessMonster.com
 
J

Joan Wild

Yes it does; give them all permissions. They'll still be restricted by the
permissions they have on the backend tables.

--
Joan Wild
Microsoft Access MVP
Joan:

Thanks for the reply. What exactly is full permissions. In the
front end, I went to Tools--> Security --> User and Group Permissions
and then set the permissions for table objects for a particular
group. Does full permissions include checking the Read Design,
Modify Design and Administer checkboxes?

Joan said:
I had a user come across the Adobe issue as well - I suggested they
remove the Adobe addin for Access. Anyway giving the PowerUsers
exclusive permission on the frontend shouldn't interfere with
creating the links to the backend.

The security FAQ covers the permissions needed in the
backend/frontend (I believe three different possibilities). See
http://support.microsoft.com/?id=207793

I believe you can give them full permissions on the frontend table
links, but check the FAQ.
Sorry, it's been quite some time since I've thought about this.
[quoted text clipped - 46 lines]
Message posted via AccessMonster.com
 

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

Top