I have a list which holds country value. This list is shown in a drop down. I have another drop down for states. When I select the country, the state drop down should be populated with the states of selected country. I am new to info path and doesn't know how to achieve this.

In C# I would write something like this (pl ignore syntax)

if(state.country == countryDropDown.SelectedValue) StateDropDown.add(State);

How can I do the same in Infopath?

link|flag

Know someone who can answer? Share a link to this question via email, twitter, or facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.