Not sure I'm in the right forum. I am very much a beginner to this...if I'm in the wrong place, please let me know. I need to have a field in my form(which is stored in a column in a table) look up a value from another table, input the value into the field on the form, and not change, when the value changes in the source table. i.e. I want to look up a Sales Rep from the Sales Rep table and insert it into a Loan application table, for tracking commissions. If the Sales Rep changes in the future, I still need the old Rep to appear in the old Loan Application, while any new loan applications input, would show the new Rep. I have a field that will look up the Sales Rep when an account ID is entered, however it updates, when I change the Sales Rep. Any help would be greatly appreciated.