How to pull multiple records ...

S

sammi

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.
 
A

Agnihotram

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top