NavigationButtons Property

Applies To

Form.

Description

You can use the NavigationButtons property to specify whether navigation buttons and a record number box are displayed on a form.

Setting

The NavigationButtons property uses the following settings.

Setting

Description

Visual Basic

Yes

(Default) The form has navigation buttons and a record number box.

True (-1)

No

The form doesn’t have navigation buttons or a record number box.

False (0)


You can set this property using the form’s property sheet, a macro, or Visual Basic.

Remarks

Navigation buttons provide an efficient way to move to the first, previous, next, or last record. A record number box displays the number of the current record and the total number of records.