T
Tony
Hi All,
I'm at an impasse with this. I've got a series of work records that get
labor rates applied to them, with the labor rates being updated yearly.
Ideally, I'd like to store the rates in tables (year1rates, year2rates,
etc.) and have a field in the work records that identifies which rates table
to use for that particular record. Overwriting the rates table is not an
option since users will need to continue to run reports against the old
records/rates. And, I suspect it's a bad idea to store the rates in the
labor table to conform to normalization.
So, I essentially need a way to 'point' each work record to the appropriate
labor rates table.
Any suggestions?
Thanks & Ciao,
Tony
I'm at an impasse with this. I've got a series of work records that get
labor rates applied to them, with the labor rates being updated yearly.
Ideally, I'd like to store the rates in tables (year1rates, year2rates,
etc.) and have a field in the work records that identifies which rates table
to use for that particular record. Overwriting the rates table is not an
option since users will need to continue to run reports against the old
records/rates. And, I suspect it's a bad idea to store the rates in the
labor table to conform to normalization.
So, I essentially need a way to 'point' each work record to the appropriate
labor rates table.
Any suggestions?
Thanks & Ciao,
Tony