Hello everybody,
I want to make a chained (combo box/drop list) filtration based on previous combo box selection.
I attached an example, kindly take a look in it, it does:
you select a country (US for example) in the first combo box, it filters the second one to shows only US states, if you choose France, it will show only France states ... and so on. and it works very well.
I have 2 questions:
- After the filtration, the first combo box returns to the first value (All) I need it to stick to the selected value.
- I want to make a 3rd combo box to be filtered based on 2nd combo box, i.e: for cities selection for example
- If I am to insert the final selection into the data base, how would I do so?? I can only select but don't know how to insert
Any input here is very appreciated, I really need it
Thanks
Chained combobox filteration
Moderator: General Moderators
Chained combobox filteration
- Attachments
-
- combo.zip
- (1.57 KiB) Downloaded 9 times
Re: Chained combobox filteration
any help here guys?? 