Du brauchest zwei
query fuer diese ComboBoxes haben.
Q1 - parent
Q2 - child
Q2.DataSource := DataSource1;
Q1.SQL.Text := 'select name from Hersteller';
Q2.SQL.Text := 'select name from Modell where hersteller = :pHerstellerName';
ComBoBox1.OnChange - ComboBox2.Text := ''; and Q2.Close/Open for refresh data in second combo;
etwas Ähnliches
MFG,Val.