Can anyone help. I am new in VB programming. I have two tables named country and states(created in access). The tabel country have two fields(country_ id and Country_name). The table states have two fields(state_id and state_name).I have a combo box (populated with country names) in a form. I have another combo box(populated with states name) in the same form. I want a situation where once I select a county name, only states for that particular country will be trigger up in the state combo box. e.g If I select USA from country combo box I want to load only states from USA from state combo box.
Thanks
Thanks