Anthony.DG
Registered User.
- Local time
- Today, 06:28
- Joined
- Oct 18, 2019
- Messages
- 27
Ok so first off I'm not referring to a calculated field in a table but a calculation made on a form and then storing it to a table. I have been reading here and there about normalization but I'm still fairly new to access and database creation. I'm not sure when you should store a field that calculated and when you should do it on the fly with a query/form.
As of right now I have the fields set up and there to store on the following picture.
tblTicketingDetails -[NetWeight] Is derived from subtracting [TareWeight] from [GrossWeight]. Field [Price] is derived from multiplying [MatPricingPerTon] by [NetWeight].
Now should I store [Netweight] and [Price] or should I just create forms and queries later to derive the information for whatever I need at a later time? Which is more efficient? When should I store calculated data?
I have so many questions ik 
Please let me know what you think and also let me know if there is any particular information that you might require of me to help me to make a better decision.
As of right now I have the fields set up and there to store on the following picture.

tblTicketingDetails -[NetWeight] Is derived from subtracting [TareWeight] from [GrossWeight]. Field [Price] is derived from multiplying [MatPricingPerTon] by [NetWeight].
Now should I store [Netweight] and [Price] or should I just create forms and queries later to derive the information for whatever I need at a later time? Which is more efficient? When should I store calculated data?


Please let me know what you think and also let me know if there is any particular information that you might require of me to help me to make a better decision.