replicate form response to same id

I have two tables, database and tasks

Each row in the tasks table has its task_id and database_id, and the database_id column references the database table

I needed to create an action in the tasks table to open the view of a specific form, with the necessary columns that I need to fill out
(as already said, the tasks table has many rows and these rows have a column called database_id that references the database table)

What I want is to create an action in the database table, which calls this form created in the tasks table and then, when it is filled out, fills out the specific columns of the form in each row that has the same database_id

Help me

I’m sorry its not clear what you want to do. You’ll need to elaborate. Some example will help.

being more objective

what I want is for the response from a form to be applied to each row that has the same project_id

I created a form-type view with data from one of my tables

and then when clicking on this form and making an edit, in one of the rows, I want it to be replicated to each row with the same project_id