Autofill data from one form to another

G

gsn9877

I have a form that captures name and address information. As part of this
form, I have a button that opens another document. It also requires the same
name and address information. Is there a way for the 2nd form to
auto-populate the information from the original form?
 
C

Clay Fox

With code you can pass values between two InfoPath forms.

Or you can launch the second form and pass variables via the command script.
I believe there is a sample on http://www.infopathdev.com

Or you can save the data to a backend database and then have the second form
retrieve it from there. So a data source could be used to share the
information between multiple forms. An XML file could be used as well.
 
G

gsn9877

Thanks Clay.

I don't know much about code, so I think I'll try the database option.
 
C

Clay Fox

Sounds good.

1 question are you sure you need two forms?

2 question if you just need to identify the user and complete some of their
information, you may be interested in an Active Directory web service. With
that you could codelessly query AD and both identify each user and return
their address, manager, email, location, etc from Active Directory.
Just an idea.
You can investigate one here.
http://www.qdabra.com/proddetail.asp?prod=QADWS
 

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