Copy a value from the master table to a referenced data row

Hi,

I have the master table "A" and referenced table "B".

If I add a row in referenced table "B" I would like to copy the value of the master column "title" to the new referenced row in table "B".

Any idea how to easy realize that? Thank you very much, Joachim

0 1 30
1 REPLY 1

Put [ref column to table A].[title] in the FORMULA of the target column in the referenced table B.

Top Labels in this Space