I have a table with ID's in Column 1 and Codes in Column 2. I'm Looking to get a list of the ID's with the code combination in the next column. Example of the data can be found below:
ID Code
211 901
211 902
211 903
208 605
208 606
The Result I want would look like this, with the code combinations in one column:
ID Code_Combo
211 901/902/903
208 605/606
Any ideas? Pretty lost here.