Here is my dilemma that I'm trying to figure out the best way to handle. I have a table where names are associated with information. However, we are now not allowed to have any identifying information with the information, so I need to move the names to another table with some kind of indentifier to associate which patient goes with which information. I was thinking about having the auto assigned ID numbers act as the ID numbers for each set of information. So I need find a way that when someone enters information in the main table, they then enter the name into the "ID table" with the same autoassigned number. Is this possible? The problem now is there is already information in the table, and since data has been deleted, the ID autoassign field has gaps. I also don't know if I can set up an autopopulate field. Any advice on how to make this easier or how to create the autopopulation would be greatly appreciated.