B
BG
Hi-I'd appreciate if anyone can help on this.
I am trying to create a query that inserts the top25
results to a table with an autonumber column for ranking
purpose.
The query needs to be run once every week. I have a
delete query that runs first and then appends the results
but the autonumber starts from 26 second time I run the
query.
Is there a way to set the autonumber to start from 1
every time I delete the rows and insert again?
Or is it possible to create a make table query that will
also create a autonumber column at the same time so every
time the query is run it will show from 1 to 25?
Please let me know if any one can help.
Thanks
I am trying to create a query that inserts the top25
results to a table with an autonumber column for ranking
purpose.
The query needs to be run once every week. I have a
delete query that runs first and then appends the results
but the autonumber starts from 26 second time I run the
query.
Is there a way to set the autonumber to start from 1
every time I delete the rows and insert again?
Or is it possible to create a make table query that will
also create a autonumber column at the same time so every
time the query is run it will show from 1 to 25?
Please let me know if any one can help.
Thanks