I've searched and searched but cannot find solution to my problem. Don't even know of it is possible. If after deleting all records in a table, how can I reset the Autonumber to 1 for the 'ID' column that Access automatically creates?
I've tried "ALTER mytable COLUMN ID COUNTER (1,1);"
I've tried 'DROP'ing the ID column which Access will not allow me to do.
Compacting the database only happens after I close it which won't work for me. Any help would be much appreciated. Thanks.
I've tried "ALTER mytable COLUMN ID COUNTER (1,1);"
I've tried 'DROP'ing the ID column which Access will not allow me to do.
Compacting the database only happens after I close it which won't work for me. Any help would be much appreciated. Thanks.