I'd like to lock down the steps of entering data.
I have an unbound field in a form and a button. When the user presses the button I want the form to close, and a new form to open with that data now entered on the new form.
How do I pass that data from the unbound field to the field on the next form. (This is not really pre-filtering because the new form that opens is free of any data)
I have an unbound field in a form and a button. When the user presses the button I want the form to close, and a new form to open with that data now entered on the new form.
How do I pass that data from the unbound field to the field on the next form. (This is not really pre-filtering because the new form that opens is free of any data)