How to bind a control in InfoPath form to multiple data sources?

I

itzzme

Hi All,

I have a muliselect list box on a InfoPath 2007 form.It sould collect data
from 2 data sources from the form.

Please can someone let me how how to achieve this.



Thanks.
 
S

S.Y.M. Wong-A-Ton

You cannot bind a list box to multiple data sources. However, what you *can*
do is bind the list box to one data source, and then programmatically fill
this data source with the contents of the other two data sources.
 
Top