I have a field that has multiple entries seperated by comma's (ex. His, Art, Anth). I am trying to extract every distinct word. The Visual Basic function Split works great for this, but I need to do it in SQL. Is there any way to do this without complicated coding, ie finding the position of each comma and working forward and backwords to extract the words. Thanks