When entering new records into my database I am trying to avoid duplicates. This is the problem I am having. I have a field code name, another field serial number. A final field unique serial number in which I combine the code name with the serial number with a query. The problem is with this query. I am trying to execute this query on the form that is entering the code name and the serial number information on it. When I try to execute the query, the query says I have no records. If I close the form and check the table. The record is in the table without the field unique serial number. Please help