just as suggestion..
what i've done before to reset autonumber field was to drop the column with autofield, then use ALTER table to insert this column back as autonumber.
if you have this field indexed, then drop index first, then drop column, then add column, then add index back.