Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / March 2007

Tip: Looking for answers? Try searching our database.

Users vs Owners level rights

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ramesh - 28 Mar 2007 14:00 GMT
Hi,

I learnt at some point that it s more secure to set the queries rights at
owners level rather than grant rights to the table itself.  and i have been
doing that, but quite blindly.

could someone clarify as to what is the exact benefit of doing this?  what i
can see that it limits the extent of change a user can do to the table to
whatever the query will allow.  Is there something besides this too?

Thanks
Ramesh
Arvin Meyer [MVP] - 28 Mar 2007 15:23 GMT
You've got the main reason to secure the tables and grant WITH OWNERACCESS
OPTION to users. In fact, users should never be permitted direct access to
the tables even if they need access to every field. Use a datasheet form, at
the very least, instead. The reasons are:

1. Security - you never see any database admin open the tables in any other
RDBMS.

2. Data integrity - Since Access has no triggers and thus only limited
enforcement of rules at the table level, users must go through forms to
ensure data integrity. With query based forms, Access has even more control
than almost any other RDBMS, because of VBA which can be used both in
queries and in forms.
Signature

Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

> Hi,
>
[quoted text clipped - 10 lines]
> Thanks
> Ramesh
Ramesh - 31 Mar 2007 11:09 GMT
Thanks Arvin.

Ramesh

> You've got the main reason to secure the tables and grant WITH OWNERACCESS
> OPTION to users. In fact, users should never be permitted direct access to
[quoted text clipped - 23 lines]
>> Thanks
>> Ramesh
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.