1.How Can I clear a whole table in a database from all of its Records (Values only)?
2. My first field is an Auto Num. I made some tests, and now when i add a record to the table, even when the table is empty, the auto num starts from 13 (I made 13 tests, inserting and deleting records...).
If I delete it i wont see it in the Table, but the auto numo f the next record will be 14.
How can i reset the auto num?
tnx