I have searched through several posts on this forum and have continually found information on resetting an AutoNumber value. My question is the opposite of this.
I have recently created an archive utility that extracts data from the main table (from the beginning of the data through a user-defined date) and adds the old data to an archived main table. The problem I am having is that after I extract the old data the AutoNumber gets screwed up and starts over (even though there will always be data left in the main table that holds where the AutoNumber previously left off). This will cause a problem, because when the data is archived again there will be duplicate IDs. Is there some way to control the AutoNumber's value, or should I just give up on AutoNumber and create the ID manually?
Ryan
I have recently created an archive utility that extracts data from the main table (from the beginning of the data through a user-defined date) and adds the old data to an archived main table. The problem I am having is that after I extract the old data the AutoNumber gets screwed up and starts over (even though there will always be data left in the main table that holds where the AutoNumber previously left off). This will cause a problem, because when the data is archived again there will be duplicate IDs. Is there some way to control the AutoNumber's value, or should I just give up on AutoNumber and create the ID manually?
Ryan