Tried looking at Parameters?
We use this for passing things across to other forms like IDs n stuff
You can edit the view rules from the containing form, and from there you can add actions that reference any view in the form.
On the form, add a "Transfer data" rule.
Easiest is using parameters or datalabels to transfer between but you would want to think of view, form relationship here. transferring from View to View is extremely hard. You need a parent child relationship here. ie Form (Parent) with the 2 views (children) on the form, on the form level you will then have context to both views making transferring much easier.
HTH
Vernon