I have a table (in a page) and another table (in another page).
One column of the first table is called "name".
One column of the second table is called "reference".
When I add a new row in the second table I would like to be able to choose the value of the cell "reference" from a list of all the values of the column "name" from the first table.
Can you help me with this?