I am designing a database but I have a design issue I was hoping to get some input from this great community. I am designing a database that is going to track products by serial number for a service department. The table is pretty basic so far so good. I am going to set up the column where the serial number is stored as no duplicates. So far easy. The problem I am trying to overcome is the units come back. So when the operator goes to enter the unit from the form connected to the table, the operator would get an error because the serial number is already in the database. Do I add a table for units that have been returned twice another table for three times and so on. If I use this approach what kind of code would I use to make sure the serial number went into the right table. Any thoughts?