how to populate a list box by selecting an item in a different list box

neous

Member
Joined
Feb 13, 2006
Messages
5
Location
Ct
Programming Experience
Beginner
i have a form with 2 list boxes
the first contains a list of academic department e.g. Math, Art ....
the second is supposed to show a list of courses when one select a department.

if one select math on the first list box the second gets populated with math courses e.g. Algebra , calculus, trig and so on.


Thanks
 
See attached file :)
Hope this sheds some light on what you want to achieve

HTH
 

Attachments

  • WindowsApplication2.zip
    22.7 KB · Views: 31
Back
Top