PC Review


Reply
Thread Tools Rate Thread

READ-ONLY USERS CAN CREATE TABLES

 
 
sam1967@hetnet.nl
Guest
Posts: n/a
 
      27th Jun 2003
Im using Office XP hence Access 2002.
I set up a user and make them a member of the read-only users group.
they cannot alter the tables in any way - great.
but they can create NEW tables willy-nilly !
this cant be right can it.
ive never used Access 2000 so I dont know if it is a bug with Access
2002. Please tell me it isnt a feature !


 
Reply With Quote
 
 
 
 
sam1967@hetnet.nl
Guest
Posts: n/a
 
      27th Jun 2003
On Fri, 27 Jun 2003 15:34:01 -0500, "Lynn Trapp"
<(E-Mail Removed)> wrote:

>Check to see what permissions the Users Group has on New Tables.


users, new tables/queries = nothing

 
Reply With Quote
 
Lynn Trapp
Guest
Posts: n/a
 
      27th Jun 2003
Are your users seeing a logon screen when they open the database?

--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Fri, 27 Jun 2003 15:34:01 -0500, "Lynn Trapp"
> <(E-Mail Removed)> wrote:
>
> >Check to see what permissions the Users Group has on New Tables.

>
> users, new tables/queries = nothing
>



 
Reply With Quote
 
sam1967@hetnet.nl
Guest
Posts: n/a
 
      27th Jun 2003
On Fri, 27 Jun 2003 15:59:59 -0500, "Lynn Trapp"
<(E-Mail Removed)> wrote:

>Are your users seeing a logon screen when they open the database?


yes
 
Reply With Quote
 
sam1967@hetnet.nl
Guest
Posts: n/a
 
      28th Jun 2003
On Fri, 27 Jun 2003 18:26:14 -0500, "Joan Wild"
<(E-Mail Removed)> wrote:

>PMFJI, but the permissions you set on <New tables/queries> will be the
>permissions that they have on any newly created tables/queries. It does not
>affect whether they are able to create new ones.


yep.
i have removed every single permission from the user's group except
open/run database and the user can still create a new table.
that is pretty dreadful IMO and MS should sort it out.


>So if user Joe creates a new table, he'll have full permissions because he's
>the owner of the table. Any other users with read design/data on
>newtables/queries, will be able to read the data in Joe's table.
>
>If you want to prevent users from creating new objects, you can hide all the
>menus/toolbars/database window that give them access to do this or you can
>use the code in the security FAQ (section 24) to do this.


you shouldnt have to do this if the security in access was in any way
up to scratch .
removing all permissions from a user apart from opening the databse
should not allow him to create new tables. pretty awful.

 
Reply With Quote
 
sam1967@hetnet.nl
Guest
Posts: n/a
 
      28th Jun 2003
On Fri, 27 Jun 2003 18:26:14 -0500, "Joan Wild"
<(E-Mail Removed)> wrote:

>PMFJI, but the permissions you set on <New tables/queries> will be the
>permissions that they have on any newly created tables/queries. It does not
>affect whether they are able to create new ones.
>
>So if user Joe creates a new table, he'll have full permissions because he's
>the owner of the table. Any other users with read design/data on
>newtables/queries, will be able to read the data in Joe's table.
>
>If you want to prevent users from creating new objects, you can hide all the
>menus/toolbars/database window that give them access to do this or you can
>use the code in the security FAQ (section 24) to do this.


ok i got the code
------------------------------------------------------
Function faq_NoNew (strUser as String)

Dim db As Database
Dim con As Container

Set db = DBEngine(0)(0)
Set con = db.Containers("Tables")
con.UserName = strUser
con.Permissions = con.Permissions And Not DB_SEC_CREATE
End Function
--------------------------------------
how do i run it ? the FAQ doesnt give any indicator on how to run it.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Read only tables, but still create queries etc. Duncs Microsoft Access 11 11th Nov 2009 05:56 AM
Problems allowing users to create temporary tables. Insufficientpermissions. SpiffW@gmail.com Microsoft Access 0 8th Jun 2009 09:04 PM
Linked tables but read only allowed with multiple users TDC Microsoft Access VBA Modules 1 14th Jun 2008 03:45 PM
Read Only locks out some users from linked tables =?Utf-8?B?SlI=?= Microsoft Access 2 31st Oct 2006 09:28 PM
Users allow read only of tables =?Utf-8?B?TGVpZ2g=?= Microsoft Access Security 1 31st May 2006 11:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:43 AM.