다음을 통해 공유


ListBox.AllowValueListEdits Property (Access)

Gets or sets whether the Edit List Items command is available when the user right-clicks a list box. Read/write Boolean.

Version Information

추가된 버전: Access 2007

Syntax

.AllowValueListEdits

A variable that represents a ListBox object.

Remarks

The AllowValueEditLists property determines whether the Edit List Items command is available when the user right-clicks a list box that's bound to a Lookup field.

If the Lookup field is bound to a list of values, then the Edit List Items dialog box is displayed when the user clicks Edit List Items. The user can then add, delete, or edit the items to be displayed in the list box.

If the Lookup field is bound to a table or query, then the form specified by the ListItemsEditForm property is diplayed when the user clicks Edit List Items. The user can use the form to add, delete, or edit the items to be displayed in the list box.

The AllowValueEditLists property is not available for list boxes on a report.

참고 항목

개념

ListBox Object

ListBox Object Members