Hi all,
I have a button to retrieve student profile on a database and another button
where I click and I retrieve student schedule.
My questions are:
Once the student profile button is clicked I also want to retrieve the
schedule information automatically without clicking the second button (using
a rule to query second data source).
Once I click the second button, I have a drop-down list where I want to load
the different Semesters or Periods but when the information is retrieved from
the second data source, I get multiple drop-down boxes as records found.
I would like to have only on drop-down box with multiple entries where users
can select any particular semester or period.
Using infopath 2007, webservice (asmx) and VB.
Thanks.
Ben Hamlin - 25 Jan 2007 21:31 GMT
It sounds like you have a dropdown in a repeating section or table, and
you've bound the dropdown directly to the schedule datasource? If that's the
case, you need to bind the dropdown to the datasource you want to *submit*
to, and bind the *entires* of the dropdown to the schedule datasource. That's
at the bottom half of the dropdown properties data tab.

Signature
Ben Hamlin - InfoPath Dev
> Hi all,
> I have a button to retrieve student profile on a database and another button
[quoted text clipped - 15 lines]
>
> Thanks.