I got three combo boxes with this code...
one table: tblTest with these attributes: land = country, stadt = city and einwohner = habitant
the boxes are filtered, so i can only choose the cities which are in the country i decided in the box above...
box 1
SELECT DISTINCT tblTest.land FROM...