reusing an AutoNumber Primary key

S

SLP

help please. I have a database and I wanted to know if you delete a record
like number 1 is there a way that I can re-use that number?

Thanks
Lynn
 
R

Rick B

Why? An autonumber is simply a key. It should not be something that you
look at or use. If you want a useful number, you should create it manually
or through code as you add records.

Rick B
 
D

david epsom dot com dot au

You can set the field to anything when you append records to the table.
 

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