A family of Microsoft relational database management systems designed for ease of use.
Once more and I'm done.
SOLD ACTUAL = SOLD + ADAUGA - SCADE
You do not need to store the result of the calculation, SOLD ACTUAL, in the table.
You can display the calculated result, that is, SOLD ACTUAL, in a query, on a form, or in a report.
This principle is a fundamental of good relational database design.
I assume that SCADE, which Google Translates as "Expires" means the loss of inventory due to expiration.
In any event, if you want to adjust your inventory to account for SCADE add an additional record for that, don't risk data integrity by storing the calculated value.