Forum Discussion
Pick
Helper II
6 years agoCopy 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 te common parameter/relationship.
Regards
Ian
have you tried in a new column
column =
RELATED ( [table2].unit )
1 Reply
- vanessafvg
Community Champion
have you tried in a new column
column =
RELATED ( [table2].unit )