Forum Discussion

Pick's avatar
Pick
Helper II
6 years ago
Solved

Copy column from one table to another with relationship

Hi,     I have 2 tables below with a relationship between the Order_no in the Model.  For each Order_no I want to copy the Unit colum from the first table to the second based on the Order_no being ...
  • vanessafvg's avatar
    6 years ago

     

    have you tried in a new column

     

    column =
    RELATED ( [table2].unit )