ACC: Editing Allowed Although AllowEditing Set to UnavailableLast reviewed: May 28, 1997Article ID: Q100129 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. Even though a form's AllowEditing property is set to Unavailable, you can edit, add, or delete records in the form.
RESOLUTIONTo set a form so that records cannot be edited, set the DefaultEditing property to Read Only and the AllowEditing property to Unavailable.
MORE INFORMATIONThe form's DefaultEditing property determines whether you can modify records in the form. You can set the DefaultEditing property to Read Only, Data Entry, or Allow Edits. The AllowEditing property on a form determines whether the Allow Editing command on the Records menu is available when you open the form. If the Allow Editing command is available, you can override the form's DefaultEditing property.
STATUSThis behavior no longer occurs in Microsoft Access version 7.0. The DefaultEditing and AllowEditing properties have been replaced by Allow Edits, Allow Additons, and Allow Deletions.
REFERENCESFor more information about the AllowEditing and DefaultEditing properties, search for "allow editing" then "AllowEditing, DefaultEditing Properties" using the Microsoft Access Help menu. |
Keywords : FmsProp kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |