Update a record in a table from a secondary form through a primary form.

I have this expression in an action SUMA call so that every time an item is entered through an ENTRADAS form, it adds the input entries SUM(SELECT( ENTRADAS[CANTIDAD], [CODIGO] = [_THISROW].[CODIGO] ) ) This is executed with another action EJECUTA SUMA call on the parent form with the following expression: FILTER("ARTICULOS", IN([CODIGO], SELECT(ENTRADAS[CODIGO], TRUE))) It works without problems, the detail that when edit the ENTRADAS entry, increasing the quantity, this is not reflected in the CANTIDAD column of the ARTICULOS table, can you help me so that the EDIT works?

0 3 81
3 REPLIES 3
Top Labels in this Space