DividingLines Property

Applies To

Form.

Description

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

Setting

The DividingLines property uses the following settings.

Setting

Description

Visual Basic

Yes

(Default) Dividing lines will separate sections and records on continuous forms.

True (–1)

No

There are no dividing lines.

False (0)


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.