I have a form that writes to a Chargeback Table (tblChargeBack). I have two more tables that are linked to each other.
brief discription:
The user types in a RSN Code, The code is related to the codes in the tblCode, each code has a letter asigned to it, each letter is asigned to a dollar amount.
example
RSN
456 = A
457 = B
458 = A
RSN = A = $0.00
B = $3.00
C = $8.00
D = $12.00
E = $20.00
The RSN Code is paired with the letter that corresponds with it in one table and the letter is paired with it's dolar amount in a table.
I need to have my control that writes to "RSN" in the after update look at the tables and write the dollar amount to the "Fee" field in tblChargeBack.
This must be done for history purposes.
If I let the querys take care of it then I will have data that is from a year ago look like it has the same fees as today though the fee has changed.
Thanks for the help
brief discription:
The user types in a RSN Code, The code is related to the codes in the tblCode, each code has a letter asigned to it, each letter is asigned to a dollar amount.
example
RSN
456 = A
457 = B
458 = A
RSN = A = $0.00
B = $3.00
C = $8.00
D = $12.00
E = $20.00
The RSN Code is paired with the letter that corresponds with it in one table and the letter is paired with it's dolar amount in a table.
I need to have my control that writes to "RSN" in the after update look at the tables and write the dollar amount to the "Fee" field in tblChargeBack.
This must be done for history purposes.
If I let the querys take care of it then I will have data that is from a year ago look like it has the same fees as today though the fee has changed.
Thanks for the help