I have a database that tracks, among other things, the cost of mileage travelling to and from service calls. In a query, there is a formula:
([# of Miles]*0.33)
So this multiplies the miles travelled by $0.33. This is an old rate (several years) and I need to update it. But I can't just change it to the new rate because all past records will be changed. What I need to do is to have all past records remain the same (at the $0.33 rate) and all new records use the new rate (for instance $0.56).
Any idea how to accomplish this?
Thanks in advance.
([# of Miles]*0.33)
So this multiplies the miles travelled by $0.33. This is an old rate (several years) and I need to update it. But I can't just change it to the new rate because all past records will be changed. What I need to do is to have all past records remain the same (at the $0.33 rate) and all new records use the new rate (for instance $0.56).
Any idea how to accomplish this?
Thanks in advance.