M
Mike C
Hello,
I have a function that deletes a bunch of tables, appends
data for perfect scores, and then appends again for those
with less than perfect scores. The records are appended
in the table in the order they should be ranked. There
are certain situations where more than one person can
achieve a ranking of 1 (perfect scores for example) and so
I was hoping to us auto number to increment by 1 for every
record appended into the table. This works fine the first
time, but when I delete the table and re-append again it
continues counting from where it left off.
Is there any way I can reset the auto number field to
start counting from 1 after I delete all the records in
the table?
Thanks in advance.
I have a function that deletes a bunch of tables, appends
data for perfect scores, and then appends again for those
with less than perfect scores. The records are appended
in the table in the order they should be ranked. There
are certain situations where more than one person can
achieve a ranking of 1 (perfect scores for example) and so
I was hoping to us auto number to increment by 1 for every
record appended into the table. This works fine the first
time, but when I delete the table and re-append again it
continues counting from where it left off.
Is there any way I can reset the auto number field to
start counting from 1 after I delete all the records in
the table?
Thanks in advance.