I am wanting to get the list box items values and add them to a database. I have not been able to get it to work. I am trying:
dim x, y as integer
x = lstchoices.items.count
for y = 1 to x
lblstatus &= lstchoices.items.item.text
next y
this does not work though. Any thoughts?
dim x, y as integer
x = lstchoices.items.count
for y = 1 to x
lblstatus &= lstchoices.items.item.text
next y
this does not work though. Any thoughts?