> I want users to be able to enter a currency into an Infopath form from a
> drop down list, I then want a database to be queried to look up the
[quoted text clipped - 4 lines]
>
> Paul Webster
Well I have almost got there by attaching a list box to the exchange
rate in the secondary data source and then filtering where currency
(main data source) = currency (secondary data source) and saying blanks
not allowed.
It isn't however, very elegant, the user has to scroll down and select
the exchange rate from the list.
Would it be better to populate a control programatically, and if so,
how do I do it (using C#).
Paul Webster