Hi, I have searched the net and I did not find any approach related to the approach im thinking. And since I'm here, I would like to know if this is possible:
Scenario is: A user will choose a value from the dropdown, for example, I have these controls drpDown and txtBox.
What I want to do is that I will be creating a list and will be the data source for the dropdown. the list will contain 2 columns: Column1 and Column2
Contents are:
Column1 Column2
Paper Pencil
Board Chalk
Notebook Ballpen
So if the user will choose "Paper" in the drpDown, txtBox will be populated with "Pencil", or if Board is chosen, Chalk will appear in the txtBox
My question is: is this possible? any tutorials or step by step? im new to infopath so please bear with me thanks!