OK, I understand that part.
I now understand what you have done to populate the other fields. My problem now is that I want to have the part number be selected on the form using a dropdown (as it does in example) and populate the other text boxes (as it does in your example). The problem is that when entering a new record it then adds is to the dropdown for part # since it is in the same query.
If I want to be able to select the PART# and it populates the CRITERIA fields, but does not add the record to the PART # source. I'm not sure what I need to set it up like. I have tried two tables (one with part # and criteria) joined to another table (receipt) using part # as primary key on part # table and primary key part#/datereceived on the receipt table. Created a form and still couldn't get it to work right. I also tried creating a query that uses both tables and then created a form based on that query but everything adds to the list that I don't want to update, (the source list). I just want it to add the information to the receipt table to show the history of inspections on the parts. I think my problem is in how I as setting up my tables or queries, but I just can't figure it out. I also need it to allow for the critical item field to be blank, since not all parts inspected will have 8 critical items. Thanks again for all your help so far.