How to return accounter to zero position?

L

Lilian

Hi,

Do someone know how to return accounter to zero position in Access database?
I tryied to delete data from db and compact and repair it doesn't help,
tryied in tables designvy to delete primary key and wrote it again. Before
deleting of data it was 100 records efter i erased them the accounter returns
to the position 5.

Best regards,
Lilian
 
K

Keven Denen

Hi,

Do someone know how to return accounter to zero position in Access database?
I tryied to delete data from db and compact and repair it doesn't help,
tryied in tables designvy to delete primary key and wrote it again. Before
deleting of data it was 100 records efter i erased them the accounter returns
to the position 5.

Best regards,
Lilian


Do not use the autonumber for anything you care about. It's sole
purpose is to give you a unique number to use as a key value. It
should never be used for some business purpose. If I were Microsoft, I
would remove the sequential option from the autonumber field and only
let people use random numbers.

That said, here's Microsoft's TechNet article on resetting an
Autonumber field: http://support.microsoft.com/kb/812718

Keven Denen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top