DividingLines Property [Access 2003 VBA Language Reference]

You can use the DividingLines property to specify whether dividing lines will separate sections on a form or records displayed on a continuous form. Read/write Boolean.

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.

Applies to | Form Object