I have two forms.
Data entered in text boxes on the first form is displayed in corresponding text boxes on the second form.
What happens is, once data is entered on the first form and an openForm button is clicked, the second form opens and displays the data entered on the first form.
But this happens only for the first record page of the second form.
The subsequent record pages do not show the data from the first form's text boxes.
I would like every record page of the second form to show this data once it has been entered on the first form and the openForm button is clicked. This should should end when the second form is closed. The process can start all over again when the first form is reopened.
Also, is there a way to close the first form after entering the data in the text boxes and clicking on the openForm button?
I know it is a roundabout way of doing things but my colleagues want the process to flow in this manner.
Please help.
Thanks,
mrkshpntf.