ACC: Editing Allowed Although AllowEditing Set to Unavailable

Last reviewed: May 28, 1997
Article ID: Q100129
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1, 2.0

SYMPTOMS

Novice: 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.

RESOLUTION

To set a form so that records cannot be edited, set the DefaultEditing property to Read Only and the AllowEditing property to Unavailable.

MORE INFORMATION

The 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.

STATUS

This 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.

REFERENCES

For 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
Version : 1.0 1.1 2.0
Platform : WINDOWS
Hardware : X86
Issue type : kbprb
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.