Hi.
My problem is that I want to populate the drop down lists without having to
perfrom a full query first.
I want the users to be able to choose the options for their query from a
drop down list populated by the data source. I've already coded it to remove
duplication. But I can't get it from pulling up every entry when I try and
set it up to get the drop down list.
Thanks.
Matt
Greg Collins [InfoPath MVP] - 10 Nov 2006 20:27 GMT
Create another data connectoin which only gets the values needed to populate the drop-down list. Make that new data connection query onload.

Signature
Greg Collins [Microsoft MVP]
Visit Braintrove ( http://www.braintrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )
CanadianUser - 11 Nov 2006 03:08 GMT
Thanks! Sometimes simple does it.
> Create another data connectoin which only gets the values needed to populate the drop-down list. Make that new data connection query onload.
Greg Collins [InfoPath MVP] - 10 Nov 2006 20:27 GMT
Create another data connectoin which only gets the values needed to populate the drop-down list. Make that new data connection query onload.

Signature
Greg Collins [Microsoft MVP]
Visit Braintrove ( http://www.braintrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )