Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Triple Linked List Boxes and Twin List boxes - FAQ 1

Status
Not open for further replies.

Deadline

Programmer
Feb 28, 2001
367
US
Hello,

Here is a piece of code, that demostrates how to implement the method of linking three listboxes. I find it to be a really cool and simple logic.

Check this
Check this for Double linked list box
I hope this avoids the repeated postings on these two issues.



Keywords

Triple
List
Box
ListBox
DropDown
Drop Down
DropDownBox
Combo
Combobox
Three
Link
Combine
Interesting
Logic
Double
Two Thank you...
RR
 

I have a question for in that article about Double list box.

The query given in the example actually fetches from two tables. But what if I need to form the double list box for the data within a single table ??

For instance, consider the following rows :
Code:
---------------------------------------------
EMP_ID    EMP_NAME        EMP_DESIGNATION
   100    George Bush     President
   200    Bill Clinton    President
   300    Al Gore         Vice President
   400    Dick Cheyney    Vice President
---------------------------------------------
I would like to have the designation in the first list box and the corresponding Names+Value in the 2nd list box. Can you please tell me how to do this ?
Thank you...
RR

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top