Having some trouble with creating a useful form to update another form

Having some trouble with creating a useful form to update another form

I am trying to create something of a project management app.

So I have accounts, which relate to projects, which in turn relate to tasks. I want someone to be able to add as task through the "Add Task" form. Which is working correctly and obviously is not hard. It gets a little more tricky though when I create the form "Update Task". In this form I have it where I would select my task, and then add updates including time spent (a field not in the Add Task form, so unrelated and then other fields such as "update status" in which I could elevate the status to a problem or mark it complete.

Now I am having problems relating the two forms. I want to be able to make it so that when I update the status in the "Update Task" Form, it will update the status field in the "Add Task" form as well. This is the only way that I can figure out to have a useful view. Otherwise, I can only have a view based one of the forms and since there is no relation from the "Add Task" form to the "Update Task" only the other way, I have to have the view based on the update task form.

So is there a better way to go about this? Is there a way to have 1 view show both forms? Is there a way to make 2 way relational fields rather than just a one way lookup? Any of these variations I think would solve my problem.

I know this may have went a bit convoluted. Let me know if I can explain anything more precisely. Thanks for the help.