I have a table with names. That table sometimes has duplicates and names drop or are added depending on the month. I would like to have a table that has the unique names with a number assigned to them starting with 1. I created query1 that appends to Names_IDs table which has a NamesC field with an auto-number assigned to each unique name. It works great except each time I run it, the auto-number starts from the number it left off. I just need it to reset back to 1 and it doesn't matter who has what number assigned.
Any ideas of how to have those numbers start with 1 each time the query is ran?