How do I select distinct values from a field with numerous duplicates in both
a drop down list and text box.
I am trying to design a form that has its query as a drop down list from a
field containing duplicates, then query from this to return a unique name,
address etc for use in a form.
In Access youuse the "select distinct" function, and aparently this can be
used in SQL and Xpath but I seem to get the syntax wrong.....
I have read the other examples in here but they don't help.
S.Y.M. Wong-A-Ton - 27 Mar 2006 18:45 GMT
Did you also try this tutorial:
http://www.infopathdev.com/howto/tutorials/default.aspx?i=51dce616335a4ff6a78f2d
289baf4651
---
S.Y.M. Wong-A-Ton
> How do I select distinct values from a field with numerous duplicates in both
> a drop down list and text box.
[quoted text clipped - 7 lines]
>
> I have read the other examples in here but they don't help.