G
Guest
Hi,
I am using an append query to produce a table that has an
autonumber field which I use in a later function. Before
appending data to the table, the existing data is deleted
and the new data appended.
The problem with the autonumber is that it remembers the
last number of fields before deletion and the new data
will be assigned a start number following on from this so
your autonumber keeps getting bigger.
Is there a way to reset the autonumber field before
appending new data to the table so as to start fresh, ie
at 1 OR is there another way of producing a field similar
to autonumber where the numbers would start at 1 each time
you appended data.
I hope this makes sense.
Regards
IanF
I am using an append query to produce a table that has an
autonumber field which I use in a later function. Before
appending data to the table, the existing data is deleted
and the new data appended.
The problem with the autonumber is that it remembers the
last number of fields before deletion and the new data
will be assigned a start number following on from this so
your autonumber keeps getting bigger.
Is there a way to reset the autonumber field before
appending new data to the table so as to start fresh, ie
at 1 OR is there another way of producing a field similar
to autonumber where the numbers would start at 1 each time
you appended data.
I hope this makes sense.
Regards
IanF