Hi All
I have a query that looks at 2 tables
OpeningStockTable and MovementsTable
I have an Expression that calculates fields within those tables - [OpeningStock]+[QtyMovement]
When I run the query I get the result I want.
However, is it possible to then change that opening qty to a new qty based on the result of the query?