L
Lord Bonez
Guest
Hello all,
I have the following issue:
I have a table with 150000 records like this:
ID# PostalSoringCode
------------------------------------------------------------------------
2 0001/1000AA/48/B000001/S001/101
1 0001/1000AA/48/B000001/S002/101
3 0001/1000AA/48/B000001/S003/101
5 0001/1000AA/48/B000001/S004/101
4 0001/1000AA/48/B000001/S005/101
The PostalSoringCode is in the right order, so that one may not change. I want to renumber the ID#, starting from 1 to 150000. In for example DB2 there is something like Relative Record Number (RRN). There it would be possible to do UPDATE TABLE SET ID# = RRN(ID#).
Does anyone have a CLUE how to do this in access?
thanks
I have the following issue:
I have a table with 150000 records like this:
ID# PostalSoringCode
------------------------------------------------------------------------
2 0001/1000AA/48/B000001/S001/101
1 0001/1000AA/48/B000001/S002/101
3 0001/1000AA/48/B000001/S003/101
5 0001/1000AA/48/B000001/S004/101
4 0001/1000AA/48/B000001/S005/101
The PostalSoringCode is in the right order, so that one may not change. I want to renumber the ID#, starting from 1 to 150000. In for example DB2 there is something like Relative Record Number (RRN). There it would be possible to do UPDATE TABLE SET ID# = RRN(ID#).
Does anyone have a CLUE how to do this in access?
thanks