Start with clean tables

S

Sandra Grawunder

I have been setting up a simple database and now I know
that everything is working OK, I would like to clean up
the tables so that the PK numbers start out fresh. My
tables are all empty and I have removed all the
relationships. I have deleted the primary key fields in
the table, saved the table design, then went back in and
recreated my PK's. When I tested this, the PK's are
starting where they left off, rather than at 1. How do I
start out with new PK's in the tables?

Thanks,

Sandra G
 
A

Allen Browne

Compact the database:
Tools | Database Utilities | Compact

If that does not work, you need to apply a JET 4 service pack. Available
from Downloads at support.microsoft.com
 

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