linuxman
04-14-2004, 11:06 PM
First excuse me because I don't have any code to post.
I am looking at moving certain records from one database table (Access 2000) to another for temporary work. However in the 2nd table I have an autonumber field, is it possible through code to reset the number value; of the autonumber? I always need this field to start out at 1, each time I import new data. I will emptying the table prior to importing new records.
Or would it be better to delete the table and recreate a temp table each time I move data from one to the other? I will be moving no more than 2000 rows at a time, with about 9 fields. I would prefer the first option but I can't seem to find any information about doing so.
Thanks in advance for any insight, links or comments.
I am looking at moving certain records from one database table (Access 2000) to another for temporary work. However in the 2nd table I have an autonumber field, is it possible through code to reset the number value; of the autonumber? I always need this field to start out at 1, each time I import new data. I will emptying the table prior to importing new records.
Or would it be better to delete the table and recreate a temp table each time I move data from one to the other? I will be moving no more than 2000 rows at a time, with about 9 fields. I would prefer the first option but I can't seem to find any information about doing so.
Thanks in advance for any insight, links or comments.