I have a problem with autonumber
This is problem is that the autonumber is continuing increasing even if all the table records deleted. What I want is that the autonumber is incremented start from zero and not from the its last counter before the deletion process.
For Example, If My Table has 5 records, the autonumber should start counting from zero, then incremented by 1 as new record addes and so on. If the contents (records) of the table deleted, the new time where new record is addes, the autonumber should start counting from zero not from 6 where the value of autonumber before deletion made.
Please help me
This is problem is that the autonumber is continuing increasing even if all the table records deleted. What I want is that the autonumber is incremented start from zero and not from the its last counter before the deletion process.
For Example, If My Table has 5 records, the autonumber should start counting from zero, then incremented by 1 as new record addes and so on. If the contents (records) of the table deleted, the new time where new record is addes, the autonumber should start counting from zero not from 6 where the value of autonumber before deletion made.
Please help me