AllowDesignChanges Property
From Microsoft Access Visual Basic
expression.AllowDesignChanges
expression Required. An expression that returns one of the objects in the Applies To list.
Setting
The AllowDesignChanges property uses the following settings.
| Setting | Visual Basic | Description |
|---|---|---|
| All Views | True | (Default) Design changes can be made in all form views. |
| Design View Only | False | Design changes can be made in Design view only. |
The AllowDesignChanges property can be set by using the form's property sheet or Visual Basic.