In your table design, delete the autonumber field and then put a new autonumber field in. This will automatically start from zero and fill in the subsequent numbers.
Set the field type from auto number to just number, save the database, then change the field type back to auto number and save. This resets the counter.