so, i have some troubles
i have 2 tables
one is countries with fields:
id_Country
and Country
the second table is cities with tables:
Id_City
id_Country
and City
i have two combobox-es:
DisplayMembers in the first one are Country from Countries and MemberValue is id_Country
...
my question is:
How do I populate the second combobox with Cities where the City.id_Country is the selected value from the first Combobox?
i have 2 tables
one is countries with fields:
id_Country
and Country
the second table is cities with tables:
Id_City
id_Country
and City
i have two combobox-es:
DisplayMembers in the first one are Country from Countries and MemberValue is id_Country
...
my question is:
How do I populate the second combobox with Cities where the City.id_Country is the selected value from the first Combobox?
Comment