Hi all
I've got two listboxs: listbox3 and listbox4
In listbox3 there has to be a member of listbox1. But only one member. This listbox3 has also be sorted by another member (also of listbox1)
In listbox4 I have to display the properties of the selected item in listbox3.
Example:
Listbox1:
PNaam: First - PNr 2 - PAankomst 4 - Pstatus New
PNaam: Second - PNr 9 - PAankomst 8 - Pstatus Wait
PNaam: Last - PNr 2 - PAankomst 5 - Pstatus New
In ListBox3 there has to be (according by PAankomst)
First
Last
Second
In listbox4 there has to be (when selecting Second)
PNr 9 - PAankomst 8 - Pstatus Wait
any idea's?
I've got two listboxs: listbox3 and listbox4
In listbox3 there has to be a member of listbox1. But only one member. This listbox3 has also be sorted by another member (also of listbox1)
In listbox4 I have to display the properties of the selected item in listbox3.
Example:
Listbox1:
PNaam: First - PNr 2 - PAankomst 4 - Pstatus New
PNaam: Second - PNr 9 - PAankomst 8 - Pstatus Wait
PNaam: Last - PNr 2 - PAankomst 5 - Pstatus New
In ListBox3 there has to be (according by PAankomst)
First
Last
Second
In listbox4 there has to be (when selecting Second)
PNr 9 - PAankomst 8 - Pstatus Wait
any idea's?