N
Nils Pettersson
Hi,
My table contains records with duplicate IDs.
ID Name
AAA John Doe
AAA Jane Doe
AAA Baby Doe
FFF Gorilla
FFF Giraffe
I am trying to find a way to make each ID unique for each name by appending
a number it.
ID Name
AAA01 John Doe
AAA02 Jane Doe
AAA03 Baby Doe
FFF01 Gorilla
FFF02 Giraffe
I hope this is clear. I simply want to add numbers to the ID starting with 1
or 01 and start with 1 again when it encounters a different ID.
Many thanks.
Nils
My table contains records with duplicate IDs.
ID Name
AAA John Doe
AAA Jane Doe
AAA Baby Doe
FFF Gorilla
FFF Giraffe
I am trying to find a way to make each ID unique for each name by appending
a number it.
ID Name
AAA01 John Doe
AAA02 Jane Doe
AAA03 Baby Doe
FFF01 Gorilla
FFF02 Giraffe
I hope this is clear. I simply want to add numbers to the ID starting with 1
or 01 and start with 1 again when it encounters a different ID.
Many thanks.
Nils