ACC1x: Cannot db.OpenTable with Only Read Definition PermissionLast reviewed: May 28, 1997Article ID: Q92811 |
The information in this article applies to:
SYMPTOMSAdvanced: Requires expert coding, interoperability, and multiuser skills. When you have only Read Definition permissions on a table, you are unable to open the table in order to examine the table definition from Access Basic and you may receive the following error message:
No permission for '<Tablename>' (versions 1.x) CAUSEThe table cannot be opened from Access Basic when you have only Read Definition permission. You should have users Read Data permission for the table if you need to examine the table definition with Access Basic. If you have Read Definition permission, you can only look at the table definition manually by opening the table in Design view as read-only.
STATUSThis behavior is by design. NOTE: This behavior does not exist in Microsoft Access version 2.0 because of the ability to use data access objects (DAO) in Access Basic to obtain the table definition. Instead of attempting to open a Table variable (as shown below) which includes the data, you can open a Tabledef object, which does not include data. Therefore, no error will occur.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional query words: rights
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |