M
Mike
I have a table that has part numbers in one field seperated by commas. I
need to make the comma items seperate records with the main number
How it looks now:
mainno partnumbers
1 E1234, 2345, 3456, 5678
2 S234, E3456, R5678
How I want it:
1 E1234
1 2345
1 3456
2 S234
2 E3456
need to make the comma items seperate records with the main number
How it looks now:
mainno partnumbers
1 E1234, 2345, 3456, 5678
2 S234, E3456, R5678
How I want it:
1 E1234
1 2345
1 3456
2 S234
2 E3456