Expand Minimize
This topic has not yet been rated - Rate this topic

Form.AllowFormView Property

Office 2007
Returns or sets a Boolean indicating whether the specified form may be viewed in Form View. True if Form View is allowed. Read/write.

Syntax

expression.AllowFormView

expression   A variable that represents a Form object.

Remarks

Use the AllowDatasheetView , AllowFormView, AllowPivotChartView , or AllowPivotTableView properties to control which views are allowed for a form.

Example

The following example makes Form View valid for the specified form and then opens the form in Form View.

Visual Basic for Applications
Forms(0).AllowFormView = True
DoCmd.OpenForm FormName:=Forms(0).Name, View:=acNormal



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.