Ok, i've search everywhere for this...
I've set a up a field as a "Primary key", with auto-number. When I delete a record, the number in the field doesn't adjust itself. For example:
I have records 1,2,3 and 4, the value of primary key in record 4 is "4". If I delete record 4, I have records 1,2 and 3. If i click New Record, I have records 1,2, 3 and 5, it should be 1,2,3 and 4. How can i fix this?
I've set a up a field as a "Primary key", with auto-number. When I delete a record, the number in the field doesn't adjust itself. For example:
I have records 1,2,3 and 4, the value of primary key in record 4 is "4". If I delete record 4, I have records 1,2 and 3. If i click New Record, I have records 1,2, 3 and 5, it should be 1,2,3 and 4. How can i fix this?