Passing Data from Form to Form

  • 30 August 2013
  • 1 reply
  • 3 views

Badge +1

I want to open a form (informational only) for viewing some data. This form needs to be open by clicking on a button on an other form. The data that needs to be passed to the opening form is 1 field QuoteNumber.


When I create a parameter on one form I don't have it the other form.


Anyone who can give me some pointers?


1 reply

Badge +4

1) Define the QuoteNumber parameter on the childform


2) add the action to Open childform as a  Subform when the button on the parent form is clicked


3) click configure on the open subform action, and on the Input Mappings screen you should see your parameter listed where you can pass in a value.

Reply