So heres whats happening. I have two tables, both of them have a serial number for a certian part. In one table I have all of the data for that part and in the other table I have the Repair history for that part. Well in getting the parts repaired sometimes they go back into different slots, which is a data point on my table. I currently have a form set up with a query in a sub-form. On the form there is a combo box that you can select the serial number with and the query runs with that serial number and brings up all the data. Now when I add the Current slot number from the first table on to the query it shows all the data but it wont let me add a new line to the data. What am i doing wrong?