Hi there, I know that an auto number is a number that can increment by one everytime a new record is added. Let's say we have 100 records numbered from one to hundred. When we delete record #50, the auto number 50 will also be deleted. So we have record 49, 51 and so on. It makes sense that access should not automatically rearrange the auto numbers. But what if record 100 is deleted and there is no record after that. Now access should rearrange the numbers that so when the next record should be 100 instead of 101.
Can we overcome this problem?
Thanks a lot.
Can we overcome this problem?
Thanks a lot.