Reference child column value from parent

I’m adding rows to a child table.

I’d like after i add a new row in the child, that a value from this child record updated a value in the parent record.

Regards
Suren

0 3 411
3 REPLIES 3

_redline
Participant IV

Your best bet currently is going to use the INPUT() function to update your parent table. See the following post.

Thanks for citing my post, @_redline

Steve
Participant V

If the new row is added by saving a form, you can configure a Form Saved event action to perform an action that updates the parent.

Alternatively, you can create a bot that reacts to new child rows by updating the parent row.

See also:

Top Labels in this Space