flex24appeal
New member
- Joined
- Oct 2, 2006
- Messages
- 3
- Programming Experience
- Beginner
I know that this topic has been covered before but I really need your help on my project. I have three combo boxes; make, model, and year. I want it when I choose the make, I want the models for that make to appear in model combo box. Same as the year.
Im running MySql as my database. The table is called auto and columns are: Auto_ID, Auto_Make, Auto_Model, Auto_Year.
I tried doing the OdbcAdapter. It showed that values but once I choose one it automatically chooses the model as well. Also, it shows all the models even though it is not for that make. For example, if i chose Honda as make, in the model combobox will have accord, odyssy, sentra, altima, etc. Sentra and Altima are not Honda's models. That's where im having problem with.
Please help me. Thank you in advance.
Im running MySql as my database. The table is called auto and columns are: Auto_ID, Auto_Make, Auto_Model, Auto_Year.
I tried doing the OdbcAdapter. It showed that values but once I choose one it automatically chooses the model as well. Also, it shows all the models even though it is not for that make. For example, if i chose Honda as make, in the model combobox will have accord, odyssy, sentra, altima, etc. Sentra and Altima are not Honda's models. That's where im having problem with.
Please help me. Thank you in advance.