I have come upon this problem a few different times in various databases. I'll use hourly rate as an example. I have an employees table which includes their hourly rate of pay, and I have reports written to calculate job cost, that depend on the hourly rate. Now the employee gets a raise and the hourly rate is changed in the employee table. If I need to run a report to calculate job cost from a month ago, it will calculate at the new rate when it should actually be calculating at the old rate.
Will I need to save the rate to a field in the job detail record and pull it from there instead? Any suggestions for dilemmas such as this?
Thanks!
Will I need to save the rate to a field in the job detail record and pull it from there instead? Any suggestions for dilemmas such as this?
Thanks!