I have 3 columns Country, State and City. These columns are filled with appropriate data. I need 3 comboboxes for those 3 fields. So when I select a country in CountryCombo, only states of that country will create the StateCombo dropdown list.
How can I do this using vba?
Thanks.
How can I do this using vba?
Thanks.