Clear Database and Reset the AutoNumber

J

jillian.calderon

Good Morning Everyone,

I'm making a database and I'm playing with it using test data. When
I want to put the actual data in, how do I reset the autonumber back to
1? How do I tell the database to completely delete the fake records so
the autonumber doesn't start at, o, 50?

Thanks!
Jillian
 
A

Al Camp

Jilian,
Delete all the records in your table, and then Compact and Repair the database.
Your first new record should be 1.
 
J

jillian.calderon

I didn't even notice there was a way to compact the database.
Thank you!!!
 

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