I have a table set up that I import an Excel file to. This table has an autonumber field to keep the sequence of the rows set. Before I do an import, I delete all of the records form the import table. However, the autonumber field starts with the last number used and it is getting to be a pretty large number.
Is there a way, either in the table properties or via VBA code, to reste the autonumber to 1 or some other number.
Thank you for your help.