R
Rob Edwards
I am looking for a way to link two infopath forms together. For example, I
have a form that has 300 entries in a repeating table. I have another form
that has a summary of the data from the first along with other forms. I'm
looking for a way to have the user click a button on the summary form and
open the 300 item form from within infopath.
What i have so far is that i could trigger the
Application.XDocuments.Open(urlToXmlFile) command, but that requires the user
to know the full URL to the Xml File in the Library. Is there another way I
could get a link to an existing form on the server? As it is, I would
probably have a button that the user could click to set a link to the xml
file and then a button open the form.
Any ideas/suggestions?
have a form that has 300 entries in a repeating table. I have another form
that has a summary of the data from the first along with other forms. I'm
looking for a way to have the user click a button on the summary form and
open the 300 item form from within infopath.
What i have so far is that i could trigger the
Application.XDocuments.Open(urlToXmlFile) command, but that requires the user
to know the full URL to the Xml File in the Library. Is there another way I
could get a link to an existing form on the server? As it is, I would
probably have a button that the user could click to set a link to the xml
file and then a button open the form.
Any ideas/suggestions?