V
Vic
I have a listbox where I'm adding the Items
programatically. This is my code:
Do While Not rs.EOF
Me.lstClin1.AddItem rs("Clin_ID"))
rs.MoveNext
Loop
I want to add rs("Name") to a second column. How can I
do that? Please help.
programatically. This is my code:
Do While Not rs.EOF
Me.lstClin1.AddItem rs("Clin_ID"))
rs.MoveNext
Loop
I want to add rs("Name") to a second column. How can I
do that? Please help.