Forms display data, tables store data. For that to work, you'd have to tell
Access how to get the calculated value into the table.
HOWEVER!!! It is rarely necessary to store a calculated value in a table.
More often, it is sufficient (and less risky when you think about data
integrity) to use your table to store the components, then use a query (or a
form) to do the calculation on-the-fly.
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.