RecordSelectors Property

Applies To

Form.

Description

You can use the RecordSelectors property to specify whether a form displays record selectors in Form view.

Setting

The RecordSelectors property uses the following settings.

Setting

Description

Visual Basic

Yes

(Default) Each record has a record selector.

True (-1)

No

No record has a record selector.

False (0)


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

Remarks

You can use this property to remove record selectors when you create or use a form as a custom dialog box or a palette.

The record selector displays an icon when a record is being edited. When the RecordSelectors property is set to No and the RecordLocks property is set to Edited Record (record locking is pessimistic), there is no visual clue that the record is locked.

See Also

NavigationButtons Property, PopUp Property.