A comma-delimited string that defines the available options for autocomplete. The options are concatenated one after the other where each option is delimited by a comma character. If the Display List property is not defined, each string of each item is used both for the display and for the returned value. You may set a display list by using the Display List property to differentiate between the displayed string and the returned string.
To enter a blank entry, use an escape character, the backslash (\), followed by a space: \ . To display a backslash as the last character of the last item, use two backslash characters. For example: A combo box that has the items of A:\ and C:\ should have its Items list set with A:\\,C:\\.
This property supports the As Data mode. This mode instructs the control to use the Range property of the associated field as the Item List value. When the Items List is a set list, such as for Gender, the list can be set during the creation of the column in the data source.
See also: ControlItemsList function
|