Try
MyListbox.Column(1, i)
Both indexes are zero based, so 1 is the second column. The ItemData index
is also zero based, so just using "i" should work.

Signature
Wayne Morgan
MS Access MVP
>I have a list box where the row source is an SQL "select" statment of two
>columns from a table - the first column being an ID and the second column
[quoted text clipped - 38 lines]
>
> Brad
Brad Pears - 10 Jul 2006 16:04 GMT
Works like a top!!! I completely missed the ability to specify the index
portion after the column number when using the .column method...
Thanks for that!
Brad
> Try
>
[quoted text clipped - 45 lines]
>>
>> Brad