ComboBox.InheritValueList Property (Access)

Gets or sets whether a combo box's value list is inherited from its field. Read/write Boolean.

Version Information

Version Added: Access 2007

Syntax

expression .InheritValueList

expression A variable that represents a ComboBox object.

Remarks

The InheritValueList property is effective only when the combo box is bound to a Lookup field and the RowSourceType property is set to Value List.

See Also

Concepts

ComboBox Object

ComboBox Object Members