How do I make a displayed value dependent on another selection?

D

delphinium

I'm working in InfoPath 2007. I have an xml data source file I'm associating
my controls with to pull data. The user selects an ID number from a drop
down list and on the other side of the form the associated "owner" value
should display. How do you direct either the action of selecting the ID
number from the list or clicking a submit button once an ID number is
selected to go to the data source and find the associated "owner" value from
the "owner attribute?
 
S

S.Y.M. Wong-A-Ton

Please try to rephrase your question. I think many in the group - including
myself - are having difficulty understanding what you are trying to
accomplish.
 
D

delphinium

OK. I am trying to accomplish a field in InfoPath displaying associated data
to the input of another field. In other words, I'm looking for some type of
LookUp function. For example:

1. In Field A, user selects from a dropdown list item #2 which reads "cow"
in the list.
2. The xml data source looks something like this

<topic id="donkey" revisionNumber="4" author="blaine"></topic>
<topic id="cow" revisionNumber="0" author="sally"></topic>

How do I set up a Field B that looks up and displays the associated author
value "sally"?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top