Jun 26, 2003 #1 bboggessswcg Programmer Joined Jun 6, 2003 Messages 34 Location US Is there a way to reset the autonumber field? I would like to wipe my table clean and start the autonumber field as 1 again.
Is there a way to reset the autonumber field? I would like to wipe my table clean and start the autonumber field as 1 again.
Jun 26, 2003 #2 dvannoy MIS Joined May 4, 2001 Messages 2,765 Location US delete the field...then save the table..go back into the table design and re add the autonumber field..this will set it back to 1 Upvote 0 Downvote
delete the field...then save the table..go back into the table design and re add the autonumber field..this will set it back to 1
Jun 26, 2003 #3 mpastore Programmer Joined Mar 12, 2003 Messages 568 Location US Or just delete all records from table, compact database and it will start from 1 again. Mike Pastore Hats off to (Roy) Harper Upvote 0 Downvote
Or just delete all records from table, compact database and it will start from 1 again. Mike Pastore Hats off to (Roy) Harper
Jun 26, 2003 #4 dvannoy MIS Joined May 4, 2001 Messages 2,765 Location US mpastore suggestion is another way.. I just hope you dont have any relations on the autonumber field.. Upvote 0 Downvote
mpastore suggestion is another way.. I just hope you dont have any relations on the autonumber field..