Tengo una tabla Pedios cuyo listado de productos se carga en PedidoDetalle (esta última es parte de la anterior). La columna ‘Fecha pedido’ de PedidoDetalle es [idPedido].[Fecha pedido]. Pero en un registro, entre mas de 1000 cargas, ocurrió este error:
Also, you are using an AppFormula inside a real column, maybe the data was correct and then you updated it from the other side. This won’t automatically update the [Fecha pedido] column in the PedidoDetalle table.
Since you are using a fairly simple expression, I suggest you to use a Virtual Column unless a real one is completely necessary