gusbrunston
Programmer
Hi.
One frequently asked question is about storing calculated values. The consistent answer: "Don't do it...it's against the rules of normalization." I'm pretty sure that I understand the reason for not storing calculated values: if one of the factors used in a calculation is changed for whatever reason, the stored result is rendered inaccurate. This is avoided by recalculating every time the target value is displayed, printed or used in another calculation.
O.K. Is this the only "Rule of N"? Where do you find them. Access2000 help refers to normalization as the process of splitting a table into multiple tables to store data more efficiently.
Curious Gus Brunston
An old PICKer
padregus@home.com
One frequently asked question is about storing calculated values. The consistent answer: "Don't do it...it's against the rules of normalization." I'm pretty sure that I understand the reason for not storing calculated values: if one of the factors used in a calculation is changed for whatever reason, the stored result is rendered inaccurate. This is avoided by recalculating every time the target value is displayed, printed or used in another calculation.
O.K. Is this the only "Rule of N"? Where do you find them. Access2000 help refers to normalization as the process of splitting a table into multiple tables to store data more efficiently.
Curious Gus Brunston
An old PICKer
padregus@home.com