Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.38 KB

Access.ListBox.AllowValueListEdits.md

File metadata and controls

38 lines (22 loc) · 1.38 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ListBox.AllowValueListEdits property (Access)
vbaac10.chm11335
vbaac10.chm11335
Access.ListBox.AllowValueListEdits
cab2ec6f-affb-5111-af5e-6f3638189dff
02/28/2019
medium

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.

Syntax

expression.AllowValueEditLists

expression 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, the Edit List Items dialog box is displayed when the user chooses 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, the form specified by the ListItemsEditForm property is displayed when the user chooses 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.

[!includeSupport and feedback]