I have developed an infopath forms which is connected to a MS access db.
(bound my form to a database) I have two forms: form 1 is an data entry
form. form 2 is review/approval form. On 2nd form, I have a pull down -
which a user selects their department, is it possible to pull in multiple
records which meets department info? (I am using repeating sections).
Thanks in advance.

Signature
Thanks,
Sammi
Agnihotram - 04 Apr 2007 16:54 GMT
You have to write your own code to show both the records at the same time in
the dropdown.
Once you query the both the data connection prepare an xml file for
secondary data source with values from both the dataconnections. This
Secondary datasource should have been defined prior.

Signature
Agnihotram Jonnalagadda
http://www.ggktech.com
> I have developed an infopath forms which is connected to a MS access db.
> (bound my form to a database) I have two forms: form 1 is an data entry
[quoted text clipped - 3 lines]
>
> Thanks in advance.