Linking Radio Button field across two forms
I have a Radio Button called 'Status' with 3 choices in Form #1 (e.g. Active, Completed, Suspended). In Form #2, I want to refer to the Status Field in Form #1 and be able to change the Status field value in Form #2. When I change the Status value in Form #2, I want this change reflected in the Status Field value in Form 1.
How can I set this up?