RunPermissions Property
You can use the RunPermissions property in a multi-user environment with a secure workgroup to override the existing user permissions. This allows you to view a query or run an append, delete, make-table, or update query that you will be able to run. For example, as a user, you have read-only permission for queries, while the owner of the queries has read/write permissions. If the owner sets the RunPermissions property to specify the owner's permissions, you can run an append query to add records to a table.
Setting:
The RunPermissions property uses the following settings:
- Setting Description
- Owner's: All users are allowed the owner's permissions to view or run the query.
- User's (Default): Users have only their own permissions to view or run the query.
You can set this property by using the query's property sheet.
You can also set the RunPermissions property in the SQL view of the Query window by using the WITH OWNERACCESS OPTION declaration in the SQL statement.
<-- For FB Posts without ImagesEarlier Post Link References:
-->MS-ACCESS Security Links.
- Create a security user account
- Create a security group account
- Add users to security groups
- Remove users from security groups
- Delete a security user account
- Delete a security group account
- Create or change a security account password
- Clear a security account password
- Assign or remove permissions
- Assign default permissions for new tables, queries, forms, reports, and macros.
- View or transfer ownership of Objects
- Transfer ownership of an entire database to another administrator
- Permit others to view or run my query but not change data or query design.
- Change default permissions for all new queries.
- RunPermissions Property
- Convert Microsoft Access 95 or 97 secured databases.
- Convert a workgroup information file from a previous version of Microsoft Access.
- Share a previous-version secured database across several versions of Microsoft Access
No comments:
Post a Comment
Comments subject to moderation before publishing.