I've read tech note "Creatig client side dynamic dependent list boxes", but I just can't understand how to relate them. I have to choose car manufacturer from first "parent" list box (I take this dynamicly from a database), and model from "child" list box.
MANUFACTURER
car_manu
Ford
Fiat
MODEL
car_manu--------model
Ford------------Focus
Ford------------Fiesta
Fiat------------Punto
This how database tables looks like. So, when I choose "Ford" in the firs list ("parent"
, the second one should contain "Focus" and "Fiesta", but no "Punto". How to relate this two list boxes, or how to make recordset for "child" list box ?
MANUFACTURER
car_manu
Ford
Fiat
MODEL
car_manu--------model
Ford------------Focus
Ford------------Fiesta
Fiat------------Punto
This how database tables looks like. So, when I choose "Ford" in the firs list ("parent"