i have 3 list boxes right...
there data is unique
by that i mean one is names of music artists
and the other is the track
and the final 3rd list box is a drop down of the name of artists
now what i intend to do:
i need to explain 3rd list box
the 3rd list box is as i say a drop down of the artists names
now i already have code for displaying.
by that i mean when user clicks on one of the names in list box 3
it will display it in a text box
right now as i was saying
the data from list box 1 and 2 is unique
so what i want is that when i click something from list box 3 it will show list box 1 artist in
a text box and then show list box 2 track in another text box
now the code at the current stage, is i have it so when i click artist from list 3
it displays the name in txtShowArtist
another thing,
the data is unique, so what i have done is as i entered data into list box 1 and 2
i did it like so:
LstArt LstTrack
Ali G Me Julie
Avril Lavigne Happy Ending
Linkin Park In The End
The Rasmus Out of the Shadows
now i am very sorry if i have made this complicated
i know what i am tryin to do is really simple
its just explaining it lol
thx for all help


Reply With Quote