hi..
I am creating a form where there are two combo Boxes (drop Down)
> Program_Combo_b ox
> Course_Code_Com bo
in the Program Combo Box there are five items in the list >
1. BIT
2.BCA
3. MCA
4. MBA
5. MIT
now my problem is that i want to change the list contents of Course Code combo Box on the basis of selection from Program combo
say if i select BIT in Program combo Box it should immediately fill the course combo box list with these items
CST-101
CST-102
CST-103
now if i select MBA in Program combo Box , my course combo Box will show the course of MBA program , i.e. MM1, FM2. AC3 etc..
that is to say i want to fill the list of one combo box based on the selection of another combo box...
i am not using n e database ... just static values ..
please guide me how to do this...as i m new in VB..
i m using VB6 version...
please help me..asap
waiting for ur replies...
thank you...
jafar
I am creating a form where there are two combo Boxes (drop Down)
> Program_Combo_b ox
> Course_Code_Com bo
in the Program Combo Box there are five items in the list >
1. BIT
2.BCA
3. MCA
4. MBA
5. MIT
now my problem is that i want to change the list contents of Course Code combo Box on the basis of selection from Program combo
say if i select BIT in Program combo Box it should immediately fill the course combo box list with these items
CST-101
CST-102
CST-103
now if i select MBA in Program combo Box , my course combo Box will show the course of MBA program , i.e. MM1, FM2. AC3 etc..
that is to say i want to fill the list of one combo box based on the selection of another combo box...
i am not using n e database ... just static values ..
please guide me how to do this...as i m new in VB..
i m using VB6 version...
please help me..asap
waiting for ur replies...
thank you...
jafar
Comment