Article ID: 139214
Article Last Modified on 2/11/2000
------ | 10 | | 20 | | 30 | | 40 | ------If the number 30 is selected when the data is bound to a numeric variable, the variable stored in the ControlSource property will evaluate to 3, because 30 is the third element in the list. If the data originates from a table, this index can correspond to a record number.
RowSourceType: 2-Alias RowSource : Orders.order_amt && Numeric field Do not assign a ControlSource to the combo box.
THISFORM.nSelectData=VAL(THIS.Value)
Additional query words: combobox listbox
Keywords: KB139214