A table I have inherited has some 3500 records. The old unique identifier required manual entry which was sequenced starting from 1000. Over time some records have been deleted.<br>
<br>
I want to automate the unique identifier by adding an autonumber field (not so straight forward -see below) AND I need each ID to begin with the letter K. <br>
<br>
Questions: <br>
1) How can I update the table by adding an autonumber field which produces exactly the same number as the old identifier (allowing for the gaps where records have been deleted)?<br>
2) How does the letter K automatically become the first character in the ID field?<br>
<br>
Thanks
<br>
I want to automate the unique identifier by adding an autonumber field (not so straight forward -see below) AND I need each ID to begin with the letter K. <br>
<br>
Questions: <br>
1) How can I update the table by adding an autonumber field which produces exactly the same number as the old identifier (allowing for the gaps where records have been deleted)?<br>
2) How does the letter K automatically become the first character in the ID field?<br>
<br>
Thanks