I have a windows application connected with MS Access 2007 database
MS Access 2007
It had more than 300 records in Customer Table.
Customer
I have deleted
See here. The key is:
strSql = "ALTER TABLE [" & strTable & "] ALTER COLUMN [" & strAutoNum & "] COUNTER(" & lngNext & ", 1);"
Alternatively, just drop and recreate the table.