I am completely drawing a blank on this setup that I thought I had a firm grasp of. The best way to describe my request is in the form of a [much] simplified example. The simplified payroll database contains two tables: a "Jobs" table, and a "Pay" table. The jobs table contains recurring jobs, and the number of hours it takes to complete. The pay table is a table that you select a job by date, and assign a rate. I have created a ComboBox that is linked to the "Jobs" table so that I can select an available job, and the number of hours. Using the lookup wizard, access automatically fills in the number of hours. Here's the tricky part: assuming a job took longer than expected, I would like to change the number of hours on the pay table. Yet, when I do this, it also changes the hours set up on the Jobs table. Is there anyway to prevent it from updating the Jobs table? Thanks in advance.