Thanks for the reply clayfox. I was afraid this might be the answer, even though I would have thought this functionality would be an obvious thing to have implemented in Infopath.
Perhaps it is beyond the scope of this question, but can you point me in the right direction as to where to start in either adding code to perform this query or using a web service? So far my experience in Infopath has been limited to the GUI tools.
Thanks!
Main Topics
Browse All Topics





by: clayfoxPosted on 2008-07-01 at 15:28:35ID: 21912130
This unfortunately is only supported with code or via a web service.
Qdabra has an installable, generic web service called database enumeration which allows a custom select statement that can be dynamically created within the form based on values in the form or supplied by the user.
This can also be done via code but then you have to write and mange the code. Web services are much nicer in my opinion.