I need to update a table that exists in Access with new data. The easiest way for me to do it is to run a deletion query that removes all the data from the existing table and then to repopulate the table from an Excel table. This works fine except for one thing: the table in Access has a numerical key in the first column (which is lacking in the Excel table). When I append the Excel data to the blank Access table, Access inserts a key. That's fine, except that each time I do this process the number of the first key entry is the last key value from the old table plus 1 and the key is autonumbered from there. I'm surprised that Access remembers the old value, but in any case, I'd like the new key to start at 1 each time I do the operation, or after a few iterations the key numbers will be quite large! How do I get Access to "forget" the last value in the old table?