Hi
I am trying to link a selected item from one listbox to display all the results in another listbox by using a filter method (Or something similar).
Both listboxes are filled with information from a text file.
The first listbox has information such as the different Genres of a film, and a description of those genres (On the same row)
The other listbox has a range of films with different types of Genre.
What i am trying to do is, when i click an item in my first listbox, let's say 'Action' genre, the button 'View Films' is clicked, I want it to be able to process my second listbox, and filter all the films with the 'Action' Genre next to it, and to display all the films in that second listbox.
Can anybody help me?