[ComboBoxName].column (#)
where "#" is the position of the column you wish. Remember that list boxes
and combo boxes are based on arrays, so they begin numbering at zero not
one. In other words, the third column in a three column combo box would be
numbered two. Clear as mud?
HTH- Betsy
Robert Anzalone said:
How does one refer to a hidden column's value of a list box?