Open InfoPath form from another InfoPath form

K

Ken Ng

I have two seperate InfoPath forms and would like to open one form, select a
few options and then open another form by passing those options. Can this be
done?
 
C

Clay Fox

Yes this can be done several ways.

You can call a form with a script and then pass parameters via the command
line. You can open a form via code and pass parameters.
You can have a shared data source and use it to pass data between forms.
 
K

Ken Ng

Hi Clay,

How exactly I can open a form view code? What I wouild like is to open the
second form when I click on the submit button on the first form. Again, these
two forms are in different xsn.
 
C

Clay Fox

There is a rule action which will open another form.

Have a button which executes rules and then have an action for open and then
submit.
 

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