Update child ref column from parent

Hi everybody!

Hope you can help me with this issue.

I have a parent table โ€œOrdersโ€ and a child table โ€œOrder Detailsโ€

Both have a โ€œstatusโ€ columnโ€ฆ the child status column must be updated based on the parent status column.

Status column is not a virtual column

Child โ€œstatusโ€ column formula is: lookup([_thisrow].[cod_order],โ€œordersโ€, โ€œcod_orderโ€, โ€œstatusโ€)

The issue is that, I have to enter to each child row and click โ€œsaveโ€ to actually commit the update.

How can I automatically update the child column after I update the parent one.

Hope you can help me out with this.

Thanks and regards

0 2 213
2 REPLIES 2

Thank you for this one!

Problem solved!

Top Labels in this Space