G
Guest
I am trying to write an archive for an Access 2002 database. To make this
simple I'll explain my problem as if I am working with 1 table.
I use a make query to select old records and archive them into another
table. Then I use a query to delete the records I just archived.
Here is my problem:
When I need a record from the achived table, I insert it back into the
original table. I am using autonumbers and suppose the number of the inserted
record is 28 and the last record in my table is 204. When I add a new record
I want the next number to be 205. Instead the next number becomes 29. This
doesn't alway happen.
Any ideas,
Thanks,
Stanley
simple I'll explain my problem as if I am working with 1 table.
I use a make query to select old records and archive them into another
table. Then I use a query to delete the records I just archived.
Here is my problem:
When I need a record from the achived table, I insert it back into the
original table. I am using autonumbers and suppose the number of the inserted
record is 28 and the last record in my table is 204. When I add a new record
I want the next number to be 205. Instead the next number becomes 29. This
doesn't alway happen.
Any ideas,
Thanks,
Stanley