Question : Reset Autonumbers when moving to production

I am sure there is an easy answer to this.  We have a pretty extensive Database that we have developed. We have been testing thoroughly.  During the testing, we also have master tables that have data that we want to preserve when we push to our users for production.  Our Autonumber primary key  has a bunch of gaps from testing from deleting, adding, etc.  when we go to production, we want a nice 1,2,3,4, etc for the data we are retaining.  How can we reset all these?

Answer : Reset Autonumbers when moving to production

Once you delete all the records and do a Compact and Repair on the data file all your autonumbers should be reset to 1 ...
Random Solutions  
 
programming4us programming4us