AccessDevJunior
Programmer
hya,
i have a list box and a text box within a vb6 form.
i have put code on the afterupdate() event of the list box:
me.text1 = me.listbox1
in ms access the text box value will equal the selected row of the list box, but this is not the case in vb6.
does anyone know how i can use the listbox as a value?
i have a list box and a text box within a vb6 form.
i have put code on the afterupdate() event of the list box:
me.text1 = me.listbox1
in ms access the text box value will equal the selected row of the list box, but this is not the case in vb6.
does anyone know how i can use the listbox as a value?