I'm using MS Access and have created a simple table. I have one column as the standard ID
primary key (renamed to Number
). I deleted a selection of rows, but now when I go to the next row, the Number
column counts from the deleted numbers.
E.g. it looks like:
Number Name
1 etc
2 etc
3 etc
6 etc
7 etc
8 etc
Where rows 4 & 5 have been deleted.
I removed all the rows that came after the problem (i.e. 6,7,8 in this case) but then it starts from 9. Is there any way I can start the count back at 4 (as I have rows 1,2,3 left)?