InfoPath Form

A

Afzal

Can I use a repeating table control as a data source for a drop down on
the same form. I have a form for collecting proposed solution in a
repeating table control (Text box) and I want all these entries to be
available in a drop down control for approval process, so that user can
select an entry from the drop down.

Any help is appreciated.
 
R

Russ

Insert the drop down list box into your form, then right-click on it and
select "drop down list box properties." Under "List box entries" select the
second option "Look up values in the form's data source." Click the button to
the right of the "Entries" field to select the field in your repeating table
to populate the list box with.
 
A

Afzal

Thanks a lot Russ. It worked they way I wanted.
Insert the drop down list box into your form, then right-click on it and
select "drop down list box properties." Under "List box entries" select the
second option "Look up values in the form's data source." Click the button to
the right of the "Entries" field to select the field in your repeating table
to populate the list box with.
 
Top