How do i get unique records from infopath drop down box?

G

Geoff

I have a query which returns SQL server records. The query specifies unique
names (select distinct name from tablenames) but the drop down box linked to
the queryfield only displayes duplicated names.

How can I get a unique list of names?
 
Top