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 | Visual Basic | Description |
---|---|---|
Yes | True (–1) | (Default) Dividing lines will separate sections and records on continuous forms. |
No | False (0) | There are no dividing lines. |
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.