Hello All
I need to add a query for a column that will duplicate the ItemNumber Column but identify if there are duplicate values in that column and if so it will add a prefix 1- for the first duplicate and 2- for the next an so on, and do the same for each set of duplicates.
Ex. ItemNumber
5698326
1-5698326
2-5698326
698325
1-698325
2-698325
Thanks in advance for the help