How can I make a multiple list[combo] that would depend on the first multiple list[combo] box that is dynamically being populated from my mysql database
example:
I have 2 combo boxes one for department the next is for employee when the user selects which department the next combo box would automatically be populated from my mysql database with only the employees that has same department as the first selected dept box
I have already successfully done the first dropdown box but I have no clue how to do the second