PDA

Click to See Complete Forum and Search --> : 2 things


MattJH
Oct 12th, 2000, 02:29 AM
I'm writing a database with VB6 and MsAccess 2000.

First of all I have 2 list boxes. The first list box contains qualifications and I written a function to copy the qualification values from the first list box to the second....but I cant seem to get access to hold the values of the second list box???? Why????

Secondly, I would like to be able to remove the values from the second list box one by one..

Please help me. :(

Berthil
Oct 12th, 2000, 07:44 AM
Please be more specific.

Do you use a databound listbox? Provide some code.

Listbox items can be reomved with ListBox.Listitem(Listindex).Remove