re-initialising the table data

sthapa

Registered User.
Local time
Today, 02:18
Joined
Jun 1, 2004
Messages
27
Hi All

weve had a database built recently and have been doing substanial testing.
I was wondering if there was a way to refresh everything so all the relevent ID numbers start from 1 rather than 14211

Thanks
 
copy the table and paste it with a different name. Delete the original table and rename the pasted table to the original name of the table
 
Or just delete the Records and then compact the db
 
Rich said:
Or just delete the Records and then compact the db

But doing it this way, you still do not get autonumbers to start at 1.
 
i did not know that ... strange that such a feature does no longer function in Access 2000.
 
thanks for the resolution guys

I tried the first method, but because of all the relationships the table could not be deleted. Compacting the database did the trick.

Im using Access 2000

Thanks a lot
 

Users who are viewing this thread

Back
Top Bottom