I was recently given a db which has fields in some of its tables designed to store calculated values (ie: avg_mass and % gravel) In fact, there is a "summary table" which consists only of calculated fields.
After reading through posts on calculated fields, I have learning that this is not a good idea. Should I then, just delete all the fields that were designed to store calculated values.?If I can't store calculated values in tables, would the best option to be to use queries.
Also, some background, my job is to complie and enter data into this database. The database will then be given to a consulant to use to create a managment plan. I think this is why calculated field and summary tables were designed- to make it easier for this consultant. Also, this data will not be updated alot - it is fairly static.
What do you think the best route for me is?
Thanks for your help
After reading through posts on calculated fields, I have learning that this is not a good idea. Should I then, just delete all the fields that were designed to store calculated values.?If I can't store calculated values in tables, would the best option to be to use queries.
Also, some background, my job is to complie and enter data into this database. The database will then be given to a consulant to use to create a managment plan. I think this is why calculated field and summary tables were designed- to make it easier for this consultant. Also, this data will not be updated alot - it is fairly static.
What do you think the best route for me is?
Thanks for your help