what is the Expression of your calculated Fields?
does all the fields and expression in the calculated fields available in your table?
You shouldn't have calculated fields in a database
Instead the values should be obtained using queries.
Also another issue would appear to be that you are using text fields for several currency and percentage fields
When the ControlSource starts with an equal sign or is empty, the control is not bound and therefore will never be automatically saved. Do as ridders suggested and calculate the values in the query. Then you can use the query in other places so you have only a single place where the calculations happen.
Put your calculated values in the query like so:
TotaleAdulti: [adulto]*[adulti]
did you set the Properties
of your Calculated Fields
in General tab (go to Design View of your table).
Result Type: Double
Format: Standard
can you please check the attached JPEG fill for verification.
Incorrect. And you are following 2 people who are giving you conflicting advice. I (and most people here) are advising you against calculated fields in your table, Arn is trying to get you to set them up properly. You can't follow both paths.
As plog has already said, you have 2 different approaches being suggested.
Decide which approach you want & then perhaps someone will respond...