Hi,
I have a listbox on a form. It has 1 column, and I am adding a 2nd column, hidden, that I can use to get info from the selected item. Its row source is a value list. I have set it up, but how do I reference the 2nd column on the item selected, so that I can get the data in there?
My ListBox is lstReport.
Do I use lstReport.Selected somehow? I know I'd use column(1) for the 2nd column, but how do I reference the row that has been selected? How do I know this row?
Thanks in advance!
Lori
I have a listbox on a form. It has 1 column, and I am adding a 2nd column, hidden, that I can use to get info from the selected item. Its row source is a value list. I have set it up, but how do I reference the 2nd column on the item selected, so that I can get the data in there?
My ListBox is lstReport.
Do I use lstReport.Selected somehow? I know I'd use column(1) for the 2nd column, but how do I reference the row that has been selected? How do I know this row?
Thanks in advance!
Lori