hi
i have table in access that has an automatic counting in field `ID`
after some insert rows the `id = 200`
i delete the table
i try to insert a new row - and i see that the id start with `201`
how i can force the `id` to start with `1` (without drop the table and make new)
thanks in advance
i have table in access that has an automatic counting in field `ID`
after some insert rows the `id = 200`
i delete the table
i try to insert a new row - and i see that the id start with `201`
how i can force the `id` to start with `1` (without drop the table and make new)
thanks in advance