Hi troops
Does anybody know how when you have deleted items from a table like
TRUNCATE TABLE TableName
how you can reset the autonumber back to 0 or even if you can make the autonumber pick up from where you have deleted.
ie if you have 13 records and delete the last 3 the autonumber will pick up at at 14 insteaad of oging back to 11.
Any ideas how to fix this
Thanks
Nev
Does anybody know how when you have deleted items from a table like
TRUNCATE TABLE TableName
how you can reset the autonumber back to 0 or even if you can make the autonumber pick up from where you have deleted.
ie if you have 13 records and delete the last 3 the autonumber will pick up at at 14 insteaad of oging back to 11.
Any ideas how to fix this
Thanks
Nev