G
Guest
I have a billing database. For any given client i have a lookup billing rate
table that might have 30 different rates in it, depending on insurance
company. I have a form based on the client table that has a control that
looks up that billing table and links the client to the billing rate in the
client table. Problem is if an insurance company changes its billing rate, i
need to update the lookup table, so that for all future client records the
updated rate is entered, but i don't want to alter the rate for the
previously entered rates.
i have understood from many readings of these forums that when you link
tables you only link the primarykey-foreignkey and use queries to display the
related data, but i'm thinking (perhaps incorrectly) that i'm going to have
to store the actual billing rate at the time it's entered into the client
table, so it doesn't change when i change the lookup table.
Am i on the right track here?? Your help is gratefully accepted (in advance)
Cheers
Topher
table that might have 30 different rates in it, depending on insurance
company. I have a form based on the client table that has a control that
looks up that billing table and links the client to the billing rate in the
client table. Problem is if an insurance company changes its billing rate, i
need to update the lookup table, so that for all future client records the
updated rate is entered, but i don't want to alter the rate for the
previously entered rates.
i have understood from many readings of these forums that when you link
tables you only link the primarykey-foreignkey and use queries to display the
related data, but i'm thinking (perhaps incorrectly) that i'm going to have
to store the actual billing rate at the time it's entered into the client
table, so it doesn't change when i change the lookup table.
Am i on the right track here?? Your help is gratefully accepted (in advance)
Cheers
Topher