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?
Look into using "preceding" in the filter for your drop down list box. See
http://www.infopathdev.com/howto/tutorials/default.aspx?i=51dce616335a4ff6a78f2d
289baf4651
---
S.Y.M. Wong-A-Ton
> 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?