MS Accessのオートナンバーリセット

COUNTER関数の引数1は開始値、引数2は増分値。

ALTER TABLE customer_table ALTER COLUMN customer_code COUNTER(0, 1);