Dynamically populate drop down based on selection of previous record
Hi,
I would like to populate a drop down based on the selection in the previous data. For example there are three drop down Country, State, City.
Based on the selection made in the "Drop down Country"
"Drop down State" should display only states for the country selected
"Drop down City" should display only cities for the state selected
How can this be achieved?