I have a database column, Province=(Punjab, Sindh, Blochistan, Sarhad)
and other database table City=Fsd, Lahore, Multan
, etc, and I have another database table city=Chiniot, Khushab, Tando, Adam, Khan
, etc. Also another two more columns of city because I have four provinces, so I have four city tables.
If I select in combobox1
province=punjab
, it should show Punjab cities in combobox2
like punjab=Fsd,Lahore,Multan
etc. Same as another column when I select province "Sindh" in combobox1
then show all Sindh cities, like this sindh=Chinot, Khushab, Tando, Adam, Khan
, etc.