Disable a view for a form
- Open the form in Design view.
- Double-click the form selector to open the form's property sheet.
- Do one or more of the following:
- To disable Form view, set the AllowFormView property to No.
- To disable Datasheet view, set the AllowDatasheetView property to No.
- To disable PivotTable view, set the AllowPivotTableView property to No.
- To disable PivotChart view, set the AllowPivotChartView property to No.
Notes
-
The views displayed in the View button list and on the View menu depend on the setting of these properties.
-
You can use this property with the DefaultView property to control how users view a form.
-
These properties are not available in Microsoft Access 2000 or earlier. To disable a view in a previous version of Access, set the ViewsAllowed property of a form.