I am creating a report using Crystal 2008 from an Oracle db. When a user plans an application and adds multiple countries to the application, it is captured in one field, seperated by commas (ex. 21,36,45,86,110). These numbers are country codes that I need to link to a country table to get country names. How do I extract the country codes so that I can use them to determine what countries the application is for?? Is there a function in Crystal that will extract each value??