DividingLines Property
From Microsoft Access Visual Basic
expression.DividingLines
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
The DividingLines property uses the following settings.
| Setting | Visual Basic | Description |
|---|---|---|
| Yes | True | (Default) Dividing lines will separate sections and records on continuous forms. |
| No | False | There are no dividing lines. |
Note You can set the DividingLines property by using the form's property sheet, a macro, or Visual Basic.
This property can be set in any view.