Hi there
The more posts I do the more inept I feel ha ha. Anyway I have a desire to do something that violates normalization. I want to calculate a value called "Break Date" which is determined by adding two static fields "Cast Date" and "Age" together. This value would be store-able for a simple purpose. I want the user to be able to edit the "Break Date" for samples where it serves the application.
Everything I read says "DON'T DO IT" (since I can generate the break date with a query whenever I want it anyway). But I need to understand why. For outputting the final report I wouldn't call the value "Age" I would use the final "Break Date" and the initial "Cast Date" to report the actual age (calculated backwards using a difference). That way my users are free to edit the value of "Break Date" which includes situations where we are closed (Sunday) and the break just does not occur until Monday or Tuesday.
Why is everyone saying this is such a bad approach?
Thanks!