Hi Erik,
I miss read your initial post. Thought the queries in question where
Update, Append, Delete queries. RunPermissions property is only used for
those queries.
The only way I see you doing this is using VBA code. What would be
involved is binding your Form to a Recordset rather binding it directly to
a table/query. Use code to Update/Append data as needed utilizing
DAO.WorkSpaces.
Regards,
Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| Content-Class: urn:content-classes:message
| From: "Erik" <
[email protected]>
| Sender: "Erik" <
[email protected]>
| References: <
[email protected]>
<
[email protected]>
| Subject: RE: Permissions Problem
| Date: Wed, 7 Apr 2004 08:33:56 -0700
| Lines: 116
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcQctb0hp6xE3GdcTAa00dBGZgAkMA==
| Newsgroups: microsoft.public.access.security
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.security:9772
| NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
| X-Tomcat-NG: microsoft.public.access.security
|
| Hi Eric,
|
| Thanks for the reply. I set all of the queries "Run
| Permissions" (found in the properties in query design
| view) to "Owners". I then set the permissions for the
| tables to "Read" and "Read Design" for the main user group.
| The main user group can still not open the forms from the
| switchboard that have buttons to "delete" or "Add new" in
| them. In order to allow the users to open the form, I have
| to allow insert and delete permissions on the tables -
| which, of course, undermines the purpose of securing the
| db in the first place. Basically, I have three groups:
| MCA_Admins, MCA_Users, and MCA_Accounting. The MCA_Users
| must be able to use the forms on the Switchboard to add,
| delete and update records - but must not be able to edit
| the records in the tables directly. The MCA_Accounting
| group is sort of a hybrid between the users and the admins
| in that they should be able to edit the records of only
| certain tables directly. Is there no way to allow access
| to these tables only through a form?
|
| Thanks again,
|
| Erik
|
|
| >-----Original Message-----
| >Hi Erik,
| >
| >For the queries take a look at the property "Run
| Permissions" and set it to
| >Owners.
| >
| >Then set the necessary permissions on the tables.
| >
| >I hope this helps! If you have additional questions on
| this topic, please
| >respond back to this posting.
| >
| >
| >Regards,
| >
| >Eric Butts
| >Microsoft Access Support
| >
[email protected]
| >"Microsoft Security Announcement: Have you installed the
| patch for
| >Microsoft Security Bulletin MS03-026? If not Microsoft
| strongly advises
| >you to review the information at the following link
| regarding Microsoft
| >Security Bulletin MS03-026
| ><
http://www.microsoft.com/security/security_bulletins/ms03
| -026.asp> and/or
| >to visit Windows Update at
| <
http://windowsupdate.microsoft.com/> to install
| >the patch. Running the SCAN program from the Windows
| Update site will help
| >to insure you are current with all security patches, not
| just MS03-026."
| >
| >This posting is provided "AS IS" with no warranties, and
| confers no rights
| >
| >--------------------
| >| Content-Class: urn:content-classes:message
| >| From: "Erik" <
[email protected]>
| >| Sender: "Erik" <
[email protected]>
| >| Subject: Permissions Problem
| >| Date: Tue, 6 Apr 2004 10:51:50 -0700
| >| Lines: 19
| >| Message-ID: <
[email protected]>
| >| MIME-Version: 1.0
| >| Content-Type: text/plain;
| >| charset="iso-8859-1"
| >| Content-Transfer-Encoding: 7bit
| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| >| Thread-Index: AcQb/9baGsqNODBJTSWS/yPFeYbNeQ==
| >| Newsgroups: microsoft.public.access.security
| >| Path: cpmsftngxa06.phx.gbl
| >| Xref: cpmsftngxa06.phx.gbl
| microsoft.public.access.security:9741
| >| NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
| >| X-Tomcat-NG: microsoft.public.access.security
| >|
| >| Hello All!
| >|
| >| I am trying to secure a database that is accessed by
| many
| >| users. I have implemented user-level security and it
| >| appears to be working fine. The bulk of the users we
| need
| >| to interact with the DB only through the Switchboard,
| but
| >| there are a couple of users that will need to be able
| to
| >| hit the tables, queries, etc directly. The question I
| have
| >| is this:
| >| Since most of the options in the Switchboard run
| update,
| >| insert and delete queries - how can I keep the users
| from
| >| manually opening and editing the records in the table
| >| while still giving the permissions needed to allow the
| >| Switchboard to do it's job?
| >| Any help would be greatly appreciated!
| >|
| >| Thanks,
| >|
| >| Erik
| >|
| >
| >.
| >
|