I'm using CR 2008 with an Oracle 11G db as my data source. I have a field in a report that displays eligibilty codes and there is a requirement to show the meaning of the code when passing the cursor over the field. There are 7 different codes (ex. NON, REN) and a short description for each code. The problem is that users can enter 1 or more codes (ex. NON, SES, RENGT) in any order and the tool tip should display all the related descriptions seperated by dashes. How do I create a formula that looks at the codes and then creates a tool tip with the associated descriptions??